r24459: Fix up ldap.js and test_ldb.sh to test the domain_scope control, and
authorAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2007 13:14:38 +0000 (13:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:01:53 +0000 (15:01 -0500)
commitb474be9507df51982a604289215bb1868124fc24
treea169c56d653856909124bac5d6735f25f822a545
parentca50b1ad3afbf02fef7c6d1fcbe11d23c515d340
r24459: Fix up ldap.js and test_ldb.sh to test the domain_scope control, and
to test the behaviour of objectCategory=user searches.

It turns out (thanks to a hint on
http://blog.joeware.net/2005/12/08/147/) that objectCategory=user maps
into objectCategory=CN=Person,... (by the defaultObjectCategory of
that objectclass).

Simplify the entryUUID module by using the fact that we now set the DN
as the canoncical form of objectCategory.

Andrew Bartlett
source/dsdb/samdb/ldb_modules/entryUUID.c
source/dsdb/samdb/ldb_modules/objectclass.c
source/lib/ldb/samba/ldif_handlers.c
testprogs/blackbox/test_ldb.sh
testprogs/ejs/ldap.js