s4:torture/ldap/basic.c - add a basic test for referral return
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sun, 21 Feb 2010 19:36:34 +0000 (20:36 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 24 Feb 2010 21:17:11 +0000 (08:17 +1100)
commit68caf9060621b8c0da183c38a9288a2c0a53b087
treeb9b83cc9b670c3e53fd72d947d925ba407a31eb5
parent0be57c747825737fa9d64411223e693b055b5f8f
s4:torture/ldap/basic.c - add a basic test for referral return

I implemented this referral test in C since the LDB python API isn't capable
to extract referrals from search result sets (there the result sets are simple
lists which contain only the matching entries).

First I enhanced the RootDSE test to return all partition base DNs in a new
null-terminated list "partitions". Then I used this in my referrals test which
I've implemented in the LDB api since I needed some certain DN functions.
source4/torture/ldap/basic.c