diff options
author | Steve French <sfrench@us.ibm.com> | 2009-06-25 03:04:20 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-06-25 03:07:48 +0000 |
commit | f46c7234e472ceee39afea4fb5a4365843e1850a (patch) | |
tree | 9f72939ab67744212b15a2a114645e63da753aa4 /fs/cifs/cifsglob.h | |
parent | 6debdbc0ba6253ac519cd5a3d22e30f1f9f1dd12 (diff) | |
download | blackbird-op-linux-f46c7234e472ceee39afea4fb5a4365843e1850a.tar.gz blackbird-op-linux-f46c7234e472ceee39afea4fb5a4365843e1850a.zip |
[CIFS] cleanup asn handling for ntlmssp
Also removes obsolete distinction between rawntlmssp and ntlmssp (in asn/SPNEGO)
since as jra noted we can always send raw ntlmssp in session setup now.
remove check for experimental runtime flag (/proc/fs/cifs/Experimental) in
ntlmssp path.
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index a61ab772c6f6..e1225e6ded2f 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -83,7 +83,7 @@ enum securityEnum { NTLM, /* Legacy NTLM012 auth with NTLM hash */ NTLMv2, /* Legacy NTLM auth with NTLMv2 hash */ RawNTLMSSP, /* NTLMSSP without SPNEGO, NTLMv2 hash */ - NTLMSSP, /* NTLMSSP via SPNEGO, NTLMv2 hash */ +/* NTLMSSP, */ /* can use rawNTLMSSP instead of NTLMSSP via SPNEGO */ Kerberos, /* Kerberos via SPNEGO */ MSKerberos, /* MS Kerberos via SPNEGO */ }; |