mirror of
https://github.com/samba-team/samba.git
synced 2025-11-16 20:23:50 +03:00
r21513: I don't know how long this has been wrong, but fix this up so we can
re-provision (as is required for the TEST_LDAP=yes version of make test). Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
33550c063d
commit
ea4c2ea22f
@@ -177,7 +177,7 @@ function ldb_erase(ldb)
|
||||
return;
|
||||
}
|
||||
for (i=0;i<res.msgs.length;i++) {
|
||||
ldb.del(res[i].dn);
|
||||
ldb.del(res.msgs[i].dn);
|
||||
}
|
||||
|
||||
var res = ldb.search("(&(|(objectclass=*)(dn=*))(!(dn=@BASEINFO)))", basedn, ldb.SCOPE_SUBTREE, attrs);
|
||||
|
||||
Reference in New Issue
Block a user