From: Andrew Tridgell Date: Mon, 30 Nov 2009 11:49:39 +0000 (+1100) Subject: s4-ldb: the '1' form of extended_dn search is easier to read X-Git-Tag: samba-4.0.0alpha10~164^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83c106e084876ee82c66a165a7b02c7702c752f4;p=thirdparty%2Fsamba.git s4-ldb: the '1' form of extended_dn search is easier to read The '1' form gives GUIDs and SIDs in the ascii form as normally used for display. --- diff --git a/source4/lib/ldb/tools/cmdline.c b/source4/lib/ldb/tools/cmdline.c index 522bbed0497..e27ca5b6a6c 100644 --- a/source4/lib/ldb/tools/cmdline.c +++ b/source4/lib/ldb/tools/cmdline.c @@ -232,7 +232,7 @@ struct ldb_cmdline *ldb_cmdline_process(struct ldb_context *ldb, } break; case 'E': - if (!add_control(ret, "extended_dn:1")) { + if (!add_control(ret, "extended_dn:1:1")) { fprintf(stderr, __location__ ": out of memory\n"); goto failed; }