In addition to NTLM, use Kerberos and SPNEGO as proxies to the crypto
feature.
...and converted tab characters, from commit
4b4e8a5853, to spaces.
if($feat =~ /NTLM/i) {
# NTLM enabled
$has_ntlm=1;
- # Use this as a proxy for any cryptographic authentication
+
+ # Use this as a proxy for any cryptographic authentication
$has_crypto=1;
}
if($feat =~ /NTLM_WB/i) {
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