svn commit: samba r19641 - in branches/SAMBA_4_0/source/torture/rpc: .

metze at samba.org metze at samba.org
Wed Nov 8 22:28:29 GMT 2006


Author: metze
Date: 2006-11-08 22:28:28 +0000 (Wed, 08 Nov 2006)
New Revision: 19641

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

Log:
ldap_delete() is only allowed as user, we need to give credentials to the ildap backend

metze
Modified:
   branches/SAMBA_4_0/source/torture/rpc/testjoin.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/testjoin.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/testjoin.c	2006-11-08 21:40:11 UTC (rev 19640)
+++ branches/SAMBA_4_0/source/torture/rpc/testjoin.c	2006-11-08 22:28:28 UTC (rev 19641)
@@ -438,6 +438,8 @@
 		return NT_STATUS_NO_MEMORY;
 	}
 
+	ldb_set_opaque(ldb_ctx, "credentials", cmdline_credentials);
+
 	rtn = ldb_connect(ldb_ctx, remote_ldb_url, 0, NULL);
 	if (rtn != 0) {
 		libnet_r->out.error_string = NULL;



More information about the samba-cvs mailing list