summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a7a64fc)
raw | patch | inline | side by side (parent: a7a64fc)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Aug 2007 08:56:02 +0000 (08:56 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/admin/systems/class_gosaLogServer.inc b/plugins/admin/systems/class_gosaLogServer.inc
index e02646ba343107cf1e2dc7c3afb25e90387ea6a6..3458a6273f667860fe2aa6cbe0ccfafa4a5e6a90 100644 (file)
/* 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 */