1
0
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:
Andrew Tridgell
2005-10-11 11:00:16 +00:00
committed by Gerald (Jerry) Carter
parent ef020d599f
commit 1af2cc067f
14 changed files with 37 additions and 40 deletions

View File

@@ -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);