Code

removed cn from attributes in gosa_logging service, it causes problems when removing...
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 30 Aug 2007 08:56:02 +0000 (08:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 30 Aug 2007 08:56:02 +0000 (08:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7168 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_gosaLogServer.inc

index e02646ba343107cf1e2dc7c3afb25e90387ea6a6..3458a6273f667860fe2aa6cbe0ccfafa4a5e6a90 100644 (file)
@@ -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 */