mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +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";
|
||||
|
||||
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');
|
||||
unlike($opensslout, qr/(e|E)rror|(f|F)atal|Oops|s_client connect problem/, "");
|
||||
$tests++;
|
||||
|
Loading…
Reference in New Issue
Block a user