Exempt MacOS with LibreSSL to run STARTTLS via LDAP

This commit is contained in:
Dirk Wetter
2026-07-10 13:40:03 +02:00
parent 8dce14187d
commit d7f5095042
+11 -8
View File
@@ -122,14 +122,17 @@ $socket_out =~ s/ error querying OCSP responder .*\n//g;
unlike($socket_out, qr/$socket_regex_bl/, ""); unlike($socket_out, qr/$socket_regex_bl/, "");
$tests++; $tests++;
#7 # /usr/bin/openssl on MacOS doesn't seem to be availabe (anymore)
# https://ldapwiki.com/wiki/Public%20LDAP%20Servers if ( $os ne "darwin" ){
$uri="db.debian.org:389"; #7
printf "\n%s\n", "STARTTLS LDAP unit tests via sockets --> $uri ..."; # https://ldapwiki.com/wiki/Public%20LDAP%20Servers
$socket_out = `$prg $check2run -t ldap $uri 2>&1`; $uri="db.debian.org:389";
# $socket_json = json('tmp.json'); printf "\n%s\n", "STARTTLS LDAP unit tests via sockets --> $uri ...";
unlike($socket_out, qr/$socket_regex_bl/, ""); $socket_out = `$prg $check2run -t ldap $uri 2>&1`;
$tests++; # $socket_json = json('tmp.json');
unlike($socket_out, qr/$socket_regex_bl/, "");
$tests++;
}
# For NNTP there doesn't seem to be reliable host out there # For NNTP there doesn't seem to be reliable host out there
#$uri="144.76.182.167:119"; #$uri="144.76.182.167:119";