s4-dsdb: cleanup use of NULL vs base DN in samldb
authorAndrew Tridgell <tridge@samba.org>
Fri, 19 Aug 2011 07:30:28 +0000 (17:30 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 24 Aug 2011 21:39:37 +0000 (07:39 +1000)
commit68ff9ecd010c938da0a7d347a00cfef80a9999a0
tree8c162404937909ff47b942974ad2da7e6e0f9412
parent4744c12d2cfdaf47ac5884951ad86b9451f7075e
s4-dsdb: cleanup use of NULL vs base DN in samldb

NULL should be used when doing all partition searches. The default
basedn should be used when wanting just the domain NC

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/samldb.c