diff options
author | Jeff Layton <jlayton@samba.org> | 2011-09-23 12:29:24 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-09-23 12:29:24 -0400 |
commit | 6f8711840e0a812ffa5140243d3adfe0aed64e98 (patch) | |
tree | 50f0700b0649965da449ccd22cbc9347ea27af97 | |
parent | 03636114ab55bebe33f28cacaab40c1f1efb1c07 (diff) | |
download | cifs-utils-6f8711840e0a812ffa5140243d3adfe0aed64e98.tar.gz cifs-utils-6f8711840e0a812ffa5140243d3adfe0aed64e98.tar.bz2 cifs-utils-6f8711840e0a812ffa5140243d3adfe0aed64e98.zip |
manpage: document sec=ntlmssp(i) and clean up discussion of signing
Acked-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Jeff Layton <jlayton@samba.org>
-rw-r--r-- | mount.cifs.8 | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/mount.cifs.8 b/mount.cifs.8 index 64a8b64..81ebdbe 100644 --- a/mount.cifs.8 +++ b/mount.cifs.8 @@ -326,7 +326,7 @@ krb5 Use Kerberos version 5 authentication .sp -1 .IP \(bu 2.3 .\} -krb5i Use Kerberos authentication and packet signing +krb5i Use Kerberos authentication and forcibly enable packet signing .RE .sp .RS 4 @@ -348,7 +348,7 @@ ntlm Use NTLM password hashing (default) .sp -1 .IP \(bu 2.3 .\} -ntlmi Use NTLM password hashing with signing (if /proc/fs/cifs/PacketSigningEnabled on or if server requires signing also can be the default) +ntlmi Use NTLM password hashing and force packet signing .RE .sp .RS 4 @@ -370,10 +370,32 @@ ntlmv2 Use NTLMv2 password hashing .sp -1 .IP \(bu 2.3 .\} -ntlmv2i Use NTLMv2 password hashing with packet signing +ntlmv2i Use NTLMv2 password hashing and force packet signing +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +ntlmssp Use NTLMv2 password hashing encapsulated in Raw NTLMSSP message +.RE .sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +ntlmsspi Use NTLMv2 password hashing encapsulated in Raw NTLMSSP message, and force packet signing .RE -[NB This [sec parameter] is under development and expected to be available in cifs kernel module 1\&.40 and later] +.sp +If the server requires signing during protocol negotiation, then it may be enabled automatically. Packet signing may also be enabled automatically if it's enabled in /proc/fs/cifs/SecurityFlags. .RE .PP nobrl |