uidPool and gidPool don't use cn anymore (but we don't use thsi anyways)
authorGerald Carter <jerry@samba.org>
Fri, 18 Apr 2003 22:19:51 +0000 (22:19 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 18 Apr 2003 22:19:51 +0000 (22:19 +0000)
(This used to be commit 4c92994dfd231acb09411f89fd67a21a40400de0)

examples/LDAP/samba.schema

index a4435564ecdfc1391befe8a73f7e9857ed41cdc4..b95fbeb8ff1925126d2ee47e915e203a1df849ec 100644 (file)
@@ -167,11 +167,11 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.4 NAME 'sambaGroupMapping' SUP top AUXILIARY
 ##
 ## Used for Winbind experimentation
 ##
-objectclass ( 1.3.6.1.4.1.7165.1.2.2.3 NAME 'uidPool' SUP top AUXILIARY
-       DESC 'Pool for allocating UNIX uids'
-       MUST ( uidNumber $ cn ) )
+#objectclass ( 1.3.6.1.4.1.7165.1.2.2.3 NAME 'uidPool' SUP top AUXILIARY
+#      DESC 'Pool for allocating UNIX uids'
+#      MUST ( uidNumber ) )
 
-objectclass ( 1.3.6.1.4.1.7165.1.2.2.4 NAME 'gidPool' SUP top AUXILIARY
-       DESC 'Pool for allocating UNIX gids'
-       MUST ( gidNumber $ cn ) )
+#objectclass ( 1.3.6.1.4.1.7165.1.2.2.4 NAME 'gidPool' SUP top AUXILIARY
+#      DESC 'Pool for allocating UNIX gids'
+#      MUST ( gidNumber ) )