Code

Password could be empty
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 22 Dec 2005 10:10:28 +0000 (10:10 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 22 Dec 2005 10:10:28 +0000 (10:10 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2377 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/goserver.schema

index 92eb561480e01bb5943f6437bf65bf74b1ac3504..8bf9d4128a635cac1adc36a0a393ce7efb4892c5 100644 (file)
@@ -258,5 +258,5 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.36 NAME 'goMailServer' SUP top AUXILIARY
 # Glpi Server description
 objectclass (1.3.6.1.4.1.10098.1.2.1.37 NAME 'goGlpiServer' SUP top AUXILIARY
        DESC 'Glpi server definition (v2.4)'
-       MUST ( cn $ goGlpiPassword $ goGlpiAdmin $ goGlpiDatabase)
-       MAY  ( description ) )
+       MUST ( cn $ goGlpiAdmin $ goGlpiDatabase)
+       MAY  ( description $ goGlpiPassword) )