]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test021-certificate
Fix --without-tls (ITS#4975). Enable certificate matching.
[openldap] / tests / scripts / test021-certificate
index 6a1f1a512ead0fad3d441b463f7880c2afc6bb23..8a898b99fb4a70d3c35738adb42c268c709de974 100755 (executable)
@@ -304,12 +304,7 @@ fi
 
 test $KILLSERVERS != no && kill -HUP $KILLPIDS
 
-if test "$WITHTLS" = no ; then 
-       echo "Certificate matching not suported without TLS"
-       LDIF=$CERTIFICATEOUT
-else
-       LDIF=$CERTIFICATETLS
-fi 
+LDIF=$CERTIFICATETLS
 
 echo "Filtering ldapsearch results..."
 . $LDIFFILTER < $SEARCHOUT > $SEARCHFLT