[FIX] schema SAMBA_3_0 sambaGroupMapping

Ignacio Coupeau icoupeau at unav.es
Sat Apr 26 08:50:46 GMT 2003


In the code pdb_ldap.c:
static const char *group_attr[] = {"cn", "ntSid", "ntGroupType",
                                    "gidNumber",
                                    "displayName", "description",
                                    NULL };

perhaps we need add the cn in the schema:

objectclass ( 1.3.6.1.4.1.7165.2.2.4 NAME 'sambaGroupMapping' SUP top 
AUXILIARY
         DESC 'Samba Group Mapping'
         MUST ( gidNumber $ ntSid $ ntGroupType )
-       MAY  ( displayName $ description ))
+       MAY  ( cn $ displayName $ description ))

Ignacio
-- 
____________________________________________________
Ignacio Coupeau, Ph.D.     icoupeau at unav.es
CTI, Director              icoupeau at alumni.unav.es
University of Navarra      icoupeau at ieee.org
Pamplona, SPAIN            http://www.unav.es/cti/




More information about the samba-technical mailing list