Added documentation for NTLM secrets

This commit is contained in:
Tobias Brunner
2012-10-25 09:51:47 +02:00
parent 828cefc313
commit 2380f3a830
+10
View File
@@ -100,6 +100,9 @@ defines an ECDSA private key
.B EAP .B EAP
defines EAP credentials defines EAP credentials
.TP .TP
.B NTLM
defines NTLM credentials
.TP
.B XAUTH .B XAUTH
defines XAUTH credentials defines XAUTH credentials
.TP .TP
@@ -151,6 +154,13 @@ The format of \fIsecret\fP is the same as that of \fBPSK\fP secrets.
.br .br
\fBEAP\fP secrets are IKEv2 only. \fBEAP\fP secrets are IKEv2 only.
.TP .TP
.B <user id> : NTLM <secret>
The format of \fIsecret\fP is the same as that of \fBPSK\fP secrets, but the
secret is stored as NTLM hash, which is MD4(UTF-16LE(secret)), instead of as
cleartext.
.br
\fBNTLM\fP secrets can only be used with the \fBeap-mschapv2\fP plugin.
.TP
.B [ <servername> ] <username> : XAUTH <password> .B [ <servername> ] <username> : XAUTH <password>
The format of \fIpassword\fP is the same as that of \fBPSK\fP secrets. The format of \fIpassword\fP is the same as that of \fBPSK\fP secrets.
\fBXAUTH\fP secrets are IKEv1 only. \fBXAUTH\fP secrets are IKEv1 only.