diff options
author | Gerald Carter <jerry@samba.org> | 2004-04-07 12:49:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:10 -0500 |
commit | 60670f27abeac3c111059970e8ed565d65c9ea56 (patch) | |
tree | ba632b2b74df91faa2ea9a22bafd07076efbe7e6 /examples/LDAP | |
parent | c3900ebc6951179195c45cec2eac3d24a5add7f4 (diff) | |
download | samba-60670f27abeac3c111059970e8ed565d65c9ea56.tar.gz samba-60670f27abeac3c111059970e8ed565d65c9ea56.tar.bz2 samba-60670f27abeac3c111059970e8ed565d65c9ea56.zip |
r119: missed a file in volker patch
(This used to be commit bccee79653a6f5c368bf8d39fccc65fd0e5b7417)
Diffstat (limited to 'examples/LDAP')
-rw-r--r-- | examples/LDAP/samba.schema | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 8ff06f2a2a..71c954a0c0 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -270,6 +270,11 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.23 NAME 'sambaPrimaryGroupSID' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{64} SINGLE-VALUE ) +attributetype ( 1.3.6.1.4.1.7165.2.1.51 NAME 'sambaSIDList' + DESC 'Security ID List' + EQUALITY caseIgnoreIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{64} ) + ## ## group mapping attributes ## @@ -332,7 +337,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 )) + MAY ( displayName $ description $ sambaSIDList )) ## ## Whole-of-domain info |