r14451: In order to get pdb_ldap searching for SID_NAME_ALIAS
commitb7934ed603814223ebf97764c903eafad35c9dbe
authorGerald Carter <jerry@samba.org>
Wed, 15 Mar 2006 16:00:34 +0000 (15 16:00 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 15 Mar 2006 16:00:34 +0000 (15 16:00 +0000)
tree389afebed5f254b44193d9f70761b4dab7a1b485
parentcabcffb2626b9096cf90b9ae7cf753917835d03a
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
examples/LDAP/samba.schema
source/passdb/pdb_ldap.c