svn commit: samba r18828 - in branches/SAMBA_4_0/source/script/tests: .

abartlet at samba.org abartlet at samba.org
Fri Sep 22 19:43:09 GMT 2006


Author: abartlet
Date: 2006-09-22 19:43:08 +0000 (Fri, 22 Sep 2006)
New Revision: 18828

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

Log:
Export some more useful environment varibles, particularly for use in
'make testenv'

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/script/tests/mktestsetup.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/mktestsetup.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/mktestsetup.sh	2006-09-22 19:39:27 UTC (rev 18827)
+++ branches/SAMBA_4_0/source/script/tests/mktestsetup.sh	2006-09-22 19:43:08 UTC (rev 18828)
@@ -22,6 +22,7 @@
 DNSNAME="samba.example.com"
 BASEDN="dc=samba,dc=example,dc=com"
 PASSWORD=penguin
+AUTH="-U$USERNAME%$PASSWORD"
 SRCDIR=`pwd`
 ROOT=$USER
 SERVER=localhost
@@ -65,6 +66,7 @@
 export CONFFILE
 export SLAPD_CONF
 export PIDDIR
+export AUTH
 
 rm -rf $PREFIX/*
 mkdir -p $PRIVATEDIR $ETCDIR $PIDDIR $NCALRPCDIR $LOCKDIR $TMPDIR $TLSDIR $LDAPDIR/db
@@ -327,6 +329,17 @@
 directory	$LDAPDIR/db
 index           objectClass eq
 index           samAccountName eq
+index name eq
+index objectSid eq
+index objectCategory eq
+index member eq
+index uidNumber eq
+index gidNumber eq
+index unixName eq
+index privilege eq
+index nCName eq
+index lDAPDisplayName eq
+index subClassOf eq
 
 overlay syncprov
 syncprov-checkpoint 100 10



More information about the samba-cvs mailing list