aboutsummaryrefslogtreecommitdiffstats
path: root/man/ipsec.secrets.5.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-10-25 09:51:47 +0200
committerTobias Brunner <tobias@strongswan.org>2012-10-25 09:51:47 +0200
commit2380f3a830a87feb8b5ca25d9a68e30e9442f420 (patch)
treeabc193dba75879100d7c18ad6ce69cbdddb1ecc8 /man/ipsec.secrets.5.in
parent828cefc3139a43ebc96d7cc335aa3366c6baf1f4 (diff)
downloadstrongswan-2380f3a830a87feb8b5ca25d9a68e30e9442f420.tar.bz2
strongswan-2380f3a830a87feb8b5ca25d9a68e30e9442f420.tar.xz
Added documentation for NTLM secrets
Diffstat (limited to 'man/ipsec.secrets.5.in')
-rw-r--r--man/ipsec.secrets.5.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/man/ipsec.secrets.5.in b/man/ipsec.secrets.5.in
index 2e58db1e1..5a61688c6 100644
--- a/man/ipsec.secrets.5.in
+++ b/man/ipsec.secrets.5.in
@@ -100,6 +100,9 @@ defines an ECDSA private key
.B EAP
defines EAP credentials
.TP
+.B NTLM
+defines NTLM credentials
+.TP
.B XAUTH
defines XAUTH credentials
.TP
@@ -151,6 +154,13 @@ The format of \fIsecret\fP is the same as that of \fBPSK\fP secrets.
.br
\fBEAP\fP secrets are IKEv2 only.
.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>
The format of \fIpassword\fP is the same as that of \fBPSK\fP secrets.
\fBXAUTH\fP secrets are IKEv1 only.