summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-03-15 16:00:34 +0000
committerGerald Carter <jerry@samba.org>2006-03-15 16:00:34 +0000
commitb7934ed603814223ebf97764c903eafad35c9dbe (patch)
tree389afebed5f254b44193d9f70761b4dab7a1b485 /examples
parentcabcffb2626b9096cf90b9ae7cf753917835d03a (diff)
downloadsamba-b7934ed603814223ebf97764c903eafad35c9dbe.tar.gz
samba-b7934ed603814223ebf97764c903eafad35c9dbe.tar.xz
samba-b7934ed603814223ebf97764c903eafad35c9dbe.zip
r14451: In order to get pdb_ldap searching for SID_NAME_ALIAS
groups in the ${MACHINESID} and S_1-5-32 domains correctly, I had to add a substr search on sambaSID. * add substr matching rule to OpenLDAP schema (we need to update the other schema as will since this is a pretty important change). Sites will need to - install the new schema - add 'indea sambaSID sub' to slapd.conf - run slapindex * remove uses of SID_NAME_WKN_GRP in pdb_ldap.c
Diffstat (limited to 'examples')
-rw-r--r--examples/LDAP/samba.schema2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema
index e7ecc9e070e..4e1556eba5a 100644
--- a/examples/LDAP/samba.schema
+++ b/examples/LDAP/samba.schema
@@ -295,9 +295,9 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.54 NAME 'sambaPasswordHistory'
attributetype ( 1.3.6.1.4.1.7165.2.1.20 NAME 'sambaSID'
DESC 'Security ID'
EQUALITY caseIgnoreIA5Match
+ SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{64} SINGLE-VALUE )
-
##
## Primary group SID, compatible with ntSid
##