From c254cc8ef1b72e6d55111ba879ccd1c5a3658267 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 30 Aug 2007 08:56:02 +0000 Subject: [PATCH] removed cn from attributes in gosa_logging service, it causes problems when removing this service git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7168 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_gosaLogServer.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin/systems/class_gosaLogServer.inc b/plugins/admin/systems/class_gosaLogServer.inc index e02646ba3..3458a6273 100644 --- a/plugins/admin/systems/class_gosaLogServer.inc +++ b/plugins/admin/systems/class_gosaLogServer.inc @@ -5,7 +5,7 @@ class gosaLogServer extends goService{ /* This plugin only writes its objectClass */ var $objectclasses = array("gosaLogServer"); - var $attributes = array("cn","goLogDB","goLogDBUser","goLogDBPassword"); + var $attributes = array("goLogDB","goLogDBUser","goLogDBPassword"); var $StatusFlag = ""; /* This class can't be assigned twice so it conflicts with itsself */ -- 2.30.2