s3-ntlmssp Remove rudundent comment
authorAndrew Bartlett <abartlet@samba.org>
Tue, 2 Aug 2011 23:26:55 +0000 (09:26 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:06 +0000 (18:48 +1000)
This is explained where SESSION_KEY maps to SIGN at the NTLMSSP layer

Andrew Bartlett

source3/libsmb/ntlmssp_wrap.c

index ba22300cab216ae54fae391e7a7d13b55c9313bc..31ba8f5306aae5c8ccc7aadb6690efe7dd827d7a 100644 (file)
@@ -132,7 +132,6 @@ NTSTATUS auth_ntlmssp_set_password(struct auth_ntlmssp_state *ans,
 void auth_ntlmssp_want_feature(struct auth_ntlmssp_state *ans, uint32_t feature)
 {
        if (ans->gensec_security) {
-               /* You need to negotiate signing to get a windows server to calculate a session key */
                if (feature & NTLMSSP_FEATURE_SESSION_KEY) {
                        return gensec_want_feature(ans->gensec_security, GENSEC_FEATURE_SESSION_KEY);
                }