diff options
author | Gerald Carter <jerry@samba.org> | 2003-04-18 22:19:51 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-04-18 22:19:51 +0000 |
commit | 7d1ea0987d6d756fb3ceaf14c87676b3ae8d4d9b (patch) | |
tree | b497eca6be6ed50da20e365346da694206276c4b /examples | |
parent | db233b6970da2a87bb2c137cf45e99b2f208967f (diff) | |
download | samba-7d1ea0987d6d756fb3ceaf14c87676b3ae8d4d9b.tar.gz samba-7d1ea0987d6d756fb3ceaf14c87676b3ae8d4d9b.tar.bz2 samba-7d1ea0987d6d756fb3ceaf14c87676b3ae8d4d9b.zip |
uidPool and gidPool don't use cn anymore (but we don't use thsi anyways)
(This used to be commit 4c92994dfd231acb09411f89fd67a21a40400de0)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/LDAP/samba.schema | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index a4435564ec..b95fbeb8ff 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -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 ) ) |