Loading tests/runtests.pl +8 −1 Original line number Diff line number Diff line Loading @@ -2390,6 +2390,7 @@ sub checksystem { if($feat =~ /NTLM/i) { # NTLM enabled $has_ntlm=1; # Use this as a proxy for any cryptographic authentication $has_crypto=1; } Loading @@ -2408,10 +2409,16 @@ sub checksystem { if($feat =~ /Kerberos/i) { # Kerberos enabled $has_kerberos=1; # Use this as a proxy for any cryptographic authentication $has_crypto=1; } if($feat =~ /SPNEGO/i) { # SPNEGO enabled $has_spnego=1; # Use this as a proxy for any cryptographic authentication $has_crypto=1; } if($feat =~ /CharConv/i) { # CharConv enabled Loading Loading
tests/runtests.pl +8 −1 Original line number Diff line number Diff line Loading @@ -2390,6 +2390,7 @@ sub checksystem { if($feat =~ /NTLM/i) { # NTLM enabled $has_ntlm=1; # Use this as a proxy for any cryptographic authentication $has_crypto=1; } Loading @@ -2408,10 +2409,16 @@ sub checksystem { if($feat =~ /Kerberos/i) { # Kerberos enabled $has_kerberos=1; # Use this as a proxy for any cryptographic authentication $has_crypto=1; } if($feat =~ /SPNEGO/i) { # SPNEGO enabled $has_spnego=1; # Use this as a proxy for any cryptographic authentication $has_crypto=1; } if($feat =~ /CharConv/i) { # CharConv enabled Loading