mirror of
https://github.com/samba-team/samba.git
synced 2025-11-20 08:23:50 +03:00
r10894: make the handling of dn/distinguishedName much closer to real
ldap. Also ensure we put a objectclass on our private ldb's, so they have some chance of being stored in ldap if you want to
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
ef020d599f
commit
1af2cc067f
@@ -124,7 +124,7 @@ static int do_search(struct ldb_context *ldb,
|
||||
const char * const * attrs = NULL;
|
||||
struct ldb_cmdline *options;
|
||||
int ret = -1;
|
||||
const char *expression = "(|(objectclass=*)(dn=*))";
|
||||
const char *expression = "(objectclass=*)";
|
||||
|
||||
ldb = ldb_init(NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user