From ee0489fff69533d04318de249aabd8d1d021d285 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 28 Apr 2004 06:43:35 +0000 Subject: r380: make sure that ldbedit -a works with all tdb and LDAP backends (This used to be commit b5cb5a1e62a4b9df6f163082498942553662436e) --- source4/lib/ldb/tools/ldbedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/tools/ldbedit.c b/source4/lib/ldb/tools/ldbedit.c index 5ae62d3ac1..07ed66d68a 100644 --- a/source4/lib/ldb/tools/ldbedit.c +++ b/source4/lib/ldb/tools/ldbedit.c @@ -318,7 +318,7 @@ static void usage(void) break; case 'a': - expression = "objectclass=*"; + expression = "(|(objectclass=*)(dn=*))"; break; case 'h': -- cgit