From 0158b3a2908a7058aaebf8a412910d3d59d0741d Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 7 Apr 2004 12:49:36 +0000 Subject: r119: missed a file in volker patch --- examples/LDAP/samba.schema | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 8ff06f2a2a0..71c954a0c00 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 -- cgit v1.2.1