s4-dsdb: fixed primaryGroupID to use dsdb_module_search_dn()
authorAndrew Tridgell <tridge@samba.org>
Fri, 14 Jan 2011 00:37:09 +0000 (11:37 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 14 Jan 2011 05:39:33 +0000 (16:39 +1100)
commit15c81078682a9ff67ff8c2f5c25fb4fad3a68616
treef9371c109789be183af31855ff3c5c030adfcbb1
parent31d644c7f9a8ac5c142aa08e2338e6b7fa23a54e
s4-dsdb: fixed primaryGroupID to use dsdb_module_search_dn()

this avoids using a multi-part extended DN in a search that hits the
check in extended_dn_in

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