svn commit: samba r17646 - in branches/SAMBA_4_0/testprogs/ejs: .

abartlet at samba.org abartlet at samba.org
Mon Aug 21 02:44:52 GMT 2006


Author: abartlet
Date: 2006-08-21 02:44:51 +0000 (Mon, 21 Aug 2006)
New Revision: 17646

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

Log:
Use authentication if specified.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/testprogs/ejs/minschema.js


Changeset:
Modified: branches/SAMBA_4_0/testprogs/ejs/minschema.js
===================================================================
--- branches/SAMBA_4_0/testprogs/ejs/minschema.js	2006-08-21 01:27:22 UTC (rev 17645)
+++ branches/SAMBA_4_0/testprogs/ejs/minschema.js	2006-08-21 02:44:51 UTC (rev 17646)
@@ -27,6 +27,8 @@
 var url = options.ARGV[0];
 var classfile = options.ARGV[1];
 
+/* use command line creds if available */
+ldb.credentials = options.get_credentials();
 
 var ok = ldb.connect(url);
 assert(ok);



More information about the samba-cvs mailing list