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

abartlet at samba.org abartlet at samba.org
Sun Mar 4 21:16:58 GMT 2007


Author: abartlet
Date: 2007-03-04 21:16:57 +0000 (Sun, 04 Mar 2007)
New Revision: 21687

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

Log:
Always test LDAP and LDAPS

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_ldap.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_ldap.sh	2007-03-04 21:02:48 UTC (rev 21686)
+++ branches/SAMBA_4_0/source/script/tests/test_ldap.sh	2007-03-04 21:16:57 UTC (rev 21687)
@@ -9,8 +9,7 @@
 fi
 
 # see if we support ldaps
-if grep HAVE_LIBGNUTLS.1 include/config.h > /dev/null && 
-    test -n "$CONFFILE" && grep tls.enabled.=yes $CONFFILE > /dev/null; then
+if grep HAVE_LIBGNUTLS.1 include/config.h > /dev/null > /dev/null; then
     PROTOCOLS="ldap ldaps"
 else
     PROTOCOLS="ldap"



More information about the samba-cvs mailing list