From e074e1e819f13e2b057d30810f03ce3f064f3588 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 14 May 2003 05:28:45 +0000 Subject: fix group mapping in LDAP under new schema (This used to be commit 59328b8c8add974c7edaeecdf8eac0fb0d328fc2) --- examples/LDAP/samba.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit