diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-09-12 15:05:43 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-09-12 15:07:20 +0200 |
commit | 7213abcbfb6ceca3529431e8ea3eeea3655a075d (patch) | |
tree | 33cdcd3074fcb3d49211a42e2414e4e88c3990da | |
parent | 5b217e499402cdb9dc1ca66adaa45796792ba44e (diff) | |
download | strongswan-7213abcbfb6ceca3529431e8ea3eeea3655a075d.tar.bz2 strongswan-7213abcbfb6ceca3529431e8ea3eeea3655a075d.tar.xz |
PTS log group documented in man pages.
-rw-r--r-- | man/ipsec.conf.5.in | 2 | ||||
-rw-r--r-- | man/strongswan.conf.5.in | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/man/ipsec.conf.5.in b/man/ipsec.conf.5.in index 30c104435..293c80fab 100644 --- a/man/ipsec.conf.5.in +++ b/man/ipsec.conf.5.in @@ -1287,7 +1287,7 @@ A comma separated list containing type/level-pairs may be specified, e.g: .B dmn 3, ike 1, net -1. Acceptable values for types are -.B dmn, mgr, ike, chd, job, cfg, knl, net, enc, lib, tls, tnc, imc, imv +.B dmn, mgr, ike, chd, job, cfg, knl, net, enc, lib, tls, tnc, imc, imv, pts and the level is one of .B -1, 0, 1, 2, 3, 4 (for silent, audit, control, controlmore, raw, private). By default, the level diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 8701488b4..23e087e59 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -479,7 +479,7 @@ Authentication password of strongSwan MAP client Certificate of MAP server .TP .BR charon.plugins.tnc-ifmap.ssl_passphrase -Passphrase protecting the private key +Passphrase protecting the private key .TP .BR charon.plugins.tnc-ifmap.username Authentication username of strongSwan MAP client @@ -829,6 +829,9 @@ Integrity Measurement Collector .TP .B imv Integrity Measurement Verifier +.TP +.B pts +Platform Trust Service .SS Loglevels .TP .B -1 |