merge: disable [u|g]idPool objects
authorGerald Carter <jerry@samba.org>
Tue, 14 Jan 2003 16:03:27 +0000 (16:03 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 14 Jan 2003 16:03:27 +0000 (16:03 +0000)
(This used to be commit 4c98700e54f3cc617eb578758695fd4dbd690f82)

examples/LDAP/samba.schema

index 61dface0a202d587b3af286273a867d8b95c0d14..f71c344e067607aadd2ef5c1171bcc1108d1630a 100644 (file)
@@ -142,11 +142,11 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.3 NAME 'sambaAccount' 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 $ 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 $ 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 $ cn ) )