aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-10-17 15:53:44 +0200
committerMartin Willi <martin@revosec.ch>2012-10-24 13:07:53 +0200
commitcd844e1c97be895e2169caf959f38d2c52acc46c (patch)
tree178fca045573da50d011fdef8d83f7f1cddb5088
parentf6d8fb36874be43a41a0043810c1c3ad845a890c (diff)
downloadstrongswan-cd844e1c97be895e2169caf959f38d2c52acc46c.tar.bz2
strongswan-cd844e1c97be895e2169caf959f38d2c52acc46c.tar.xz
Remove obsolete pluto smartcard syntax in ipsec.secrets.5
-rw-r--r--man/ipsec.secrets.5.in13
1 files changed, 5 insertions, 8 deletions
diff --git a/man/ipsec.secrets.5.in b/man/ipsec.secrets.5.in
index aa1b5c9c1..2e58db1e1 100644
--- a/man/ipsec.secrets.5.in
+++ b/man/ipsec.secrets.5.in
@@ -155,14 +155,11 @@ The format of \fIsecret\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.
.TP
-.B : PIN <smartcard selector> <pin code> | %prompt
-IKEv1 uses the format
-.B "%smartcard[<slot nr>[:<key id>]]"
-to specify the smartcard selector (e.g. %smartcard1:50).
-The IKEv2 daemon supports multiple modules with the format
-.B "%smartcard[<slot nr>[@<module>]]:<keyid>"
-, but always requires a keyid to uniquely select the correct key. Instead of
-specifying the pin code statically,
+.B : PIN %smartcard[<slot nr>[@<module>]]:<keyid> <pin code> | %prompt
+The smartcard selector always requires a keyid to uniquely select the correct
+key. The slot number defines the slot on the token, the module name refers to
+the module name defined in strongswan.conf(5).
+Instead of specifying the pin code statically,
.B %prompt
can be specified, which causes the daemons to ask the user for the pin code.
.LP