mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
better use the right protocol when checking ldap
This commit is contained in:
parent
9257654522
commit
de45440279
@ -113,7 +113,7 @@ $tests++;
|
|||||||
$uri="ldap.telesec.de:389";
|
$uri="ldap.telesec.de:389";
|
||||||
|
|
||||||
printf "\n%s\n", "STARTTLS LDAP unit tests via OpenSSL --> $uri ...";
|
printf "\n%s\n", "STARTTLS LDAP unit tests via OpenSSL --> $uri ...";
|
||||||
$opensslout = `./testssl.sh --ssl-native $check2run -t ftp $uri`;
|
$opensslout = `./testssl.sh --ssl-native $check2run -t ldap $uri`;
|
||||||
# my $openssl = json('tmp.json');
|
# my $openssl = json('tmp.json');
|
||||||
unlike($opensslout, qr/(e|E)rror|(f|F)atal|Oops|s_client connect problem/, "");
|
unlike($opensslout, qr/(e|E)rror|(f|F)atal|Oops|s_client connect problem/, "");
|
||||||
$tests++;
|
$tests++;
|
||||||
|
Loading…
Reference in New Issue
Block a user