diff options
author | Gerald Carter <jerry@samba.org> | 2003-05-14 05:28:45 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-05-14 05:28:45 +0000 |
commit | e074e1e819f13e2b057d30810f03ce3f064f3588 (patch) | |
tree | 56b0c8afa94522db474b1231e1cfd8120442040a /examples/LDAP | |
parent | e375e3935f326656779dfa0d579c1ae56d5e2369 (diff) | |
download | samba-e074e1e819f13e2b057d30810f03ce3f064f3588.tar.gz samba-e074e1e819f13e2b057d30810f03ce3f064f3588.tar.bz2 samba-e074e1e819f13e2b057d30810f03ce3f064f3588.zip |
fix group mapping in LDAP under new schema
(This used to be commit 59328b8c8add974c7edaeecdf8eac0fb0d328fc2)
Diffstat (limited to 'examples/LDAP')
-rw-r--r-- | examples/LDAP/samba.schema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 6ef8980613..7093a96b04 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -313,7 +313,7 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.6 NAME 'sambaSamAccount' SUP top AUXILIARY objectclass ( 1.3.6.1.4.1.7165.2.2.4 NAME 'sambaGroupMapping' SUP top AUXILIARY DESC 'Samba Group Mapping' MUST ( gidNumber $ sambaSID $ sambaGroupType ) - MAY ( displayName $ description $ cn )) + MAY ( displayName $ description )) ## ## Whole-of-domain info |