r14451: In order to get pdb_ldap searching for SID_NAME_ALIAS
authorGerald Carter <jerry@samba.org>
Wed, 15 Mar 2006 16:00:34 +0000 (16:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:30 +0000 (11:15 -0500)
commit5133ab016e8400e815b6dae9947206e57332616b
tree0a0b4089b9568126e4db601da4a3edec70249820
parent36f622acea8ffa59233bc1b96c6a38f1c29623a8
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
(This used to be commit 2c0a46d73122e9000a900f7e16f9b010ad4b78e3)
examples/LDAP/samba.schema
source3/passdb/pdb_ldap.c