diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-14 16:03:27 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-14 16:03:27 +0000 |
commit | e42b5aa8880c5c3d23c0bc83149bc075d9415314 (patch) | |
tree | b55a6c80f5033cf36e3796c8c929e44e4fdf7d27 /examples/LDAP | |
parent | 05edd278c238e81d9487faabdd1194aaf10bc3dd (diff) | |
download | samba-e42b5aa8880c5c3d23c0bc83149bc075d9415314.tar.gz samba-e42b5aa8880c5c3d23c0bc83149bc075d9415314.tar.bz2 samba-e42b5aa8880c5c3d23c0bc83149bc075d9415314.zip |
merge: disable [u|g]idPool objects
(This used to be commit 4c98700e54f3cc617eb578758695fd4dbd690f82)
Diffstat (limited to 'examples/LDAP')
-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 61dface0a2..f71c344e06 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -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 ) ) |