svn commit: samba r12057 - in branches/SAMBA_4_0/source/lib/ldb/tools: .

tridge at samba.org tridge at samba.org
Mon Dec 5 00:43:51 GMT 2005


Author: tridge
Date: 2005-12-05 00:43:50 +0000 (Mon, 05 Dec 2005)
New Revision: 12057

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12057

Log:

fixed authentication in ldb client tools

Modified:
   branches/SAMBA_4_0/source/lib/ldb/tools/cmdline.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tools/cmdline.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tools/cmdline.c	2005-12-04 12:17:02 UTC (rev 12056)
+++ branches/SAMBA_4_0/source/lib/ldb/tools/cmdline.c	2005-12-05 00:43:50 UTC (rev 12057)
@@ -170,6 +170,9 @@
 		if (ldb_set_opaque(ldb, "sessionInfo", system_session(ldb))) {
 			goto failed;
 		}
+		if (ldb_set_opaque(ldb, "credentials", cmdline_credentials)) {
+			goto failed;
+		}
 #endif
 		if (ldb_connect(ldb, ret->url, flags, ret->options) != 0) {
 			fprintf(stderr, "Failed to connect to %s - %s\n", 



More information about the samba-cvs mailing list