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)
commit0eb3ee32049eb5b76308e8ef4dc6af3db544afbb
treeffda8637719a563b96d74d14e1296ae378b1c79f
parent449c9f1f1c03fdc026c56a900dd23b9506dbabf1
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
(This used to be commit b474be9507df51982a604289215bb1868124fc24)
source4/dsdb/samdb/ldb_modules/entryUUID.c
source4/dsdb/samdb/ldb_modules/objectclass.c
source4/lib/ldb/samba/ldif_handlers.c
testprogs/blackbox/test_ldb.sh
testprogs/ejs/ldap.js