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 | 0714dda7cc4a1df73e1b9d11daae80a1f46583de (patch) | |
tree | ebb6c2c5206ed63201264fd93e33d9ad42b50bed /examples/LDAP/samba.schema | |
parent | 925c60f5e2f5301da90fc26dddc1bad610eea0d0 (diff) | |
download | samba-0714dda7cc4a1df73e1b9d11daae80a1f46583de.tar.gz |
fix group mapping in LDAP under new schema
Diffstat (limited to 'examples/LDAP/samba.schema')
-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 6ef89806139..7093a96b040 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 |