diff options
author | Gerald Carter <jerry@samba.org> | 2003-05-14 05:28:16 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-05-14 05:28:16 +0000 |
commit | df641bc7caceab142372a279a2844df187c86597 (patch) | |
tree | 12685fae7636176db25ce404ecfaff7f98c3f5da /examples | |
parent | b2c19b772738c036a44b344b77b7757781f2e1f0 (diff) | |
download | samba-df641bc7caceab142372a279a2844df187c86597.tar.gz samba-df641bc7caceab142372a279a2844df187c86597.tar.bz2 samba-df641bc7caceab142372a279a2844df187c86597.zip |
fix group mapping in LDAP under new schema
(This used to be commit 0714dda7cc4a1df73e1b9d11daae80a1f46583de)
Diffstat (limited to 'examples')
-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 |