From: hickert Date: Thu, 30 Aug 2007 08:56:02 +0000 (+0000) Subject: removed cn from attributes in gosa_logging service, it causes problems when removing... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c254cc8ef1b72e6d55111ba879ccd1c5a3658267;p=gosa.git 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 --- 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 */