Code

Updated gosaDepartment schema objectClass to support manager settings.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Feb 2010 09:40:53 +0000 (09:40 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Feb 2010 09:40:53 +0000 (09:40 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15681 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/openldap/gosa-samba3.schema

index f3fb8097fa9280047de4b1ddccf65f75130ff156..a8b1de34f7527bad9d80373ea59ac5945ef2830a 100644 (file)
@@ -308,7 +308,8 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.3 NAME 'gosaCacheEntry' SUP top STRUCTU
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.4 NAME 'gosaDepartment' SUP top AUXILIARY
         DESC 'Class to mark Departments for GOsa (v2.6.1)'
-       MUST  ( ou $ description ))
+       MUST  ( ou $ description )
+       MAY   ( manager ))
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.5 NAME 'gosaMailAccount' SUP top AUXILIARY
         DESC 'Class to mark MailAccounts for GOsa (v2.6.1)'