[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Mon Nov 30 18:37:24 MST 2009


The branch, master has been updated
       via  83c106e... s4-ldb: the '1' form of extended_dn search is easier to read
      from  a88f086... s4:setup Adjust upgradeprovision blackbox test now we don't have --targetdir

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 83c106e084876ee82c66a165a7b02c7702c752f4
Author: Andrew Tridgell <tridge at samba.org>
Date:   Mon Nov 30 22:49:39 2009 +1100

    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.

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/ldb/tools/cmdline.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/tools/cmdline.c b/source4/lib/ldb/tools/cmdline.c
index 522bbed..e27ca5b 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;
 			}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list