diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-05-01 13:32:43 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-05-01 13:32:43 +0200 |
commit | 13de38e354c055b2c8a5e95fc2e1cb793782bf27 (patch) | |
tree | 631a363dba9d0eeeb77e5eb94a0c2436717cb9a7 /man | |
parent | 552557a65de9f932665e88503a1f2dfda0286cf0 (diff) | |
download | strongswan-13de38e354c055b2c8a5e95fc2e1cb793782bf27.tar.bz2 strongswan-13de38e354c055b2c8a5e95fc2e1cb793782bf27.tar.xz |
Documented strongswan.conf options for radattr plugin.
Diffstat (limited to 'man')
-rw-r--r-- | man/strongswan.conf.5.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 05493ec75..b754e320c 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -1,4 +1,4 @@ -.TH STRONGSWAN.CONF 5 "2011-07-26" "@IPSEC_VERSION@" "strongSwan" +.TH STRONGSWAN.CONF 5 "2012-05-01" "@IPSEC_VERSION@" "strongSwan" .SH NAME strongswan.conf \- strongSwan configuration file .SH DESCRIPTION @@ -467,6 +467,13 @@ Set MTU of ipsecN device .BR charon.plugins.load-tester Section to configure the load-tester plugin, see LOAD TESTS .TP +.BR charon.plugins.radattr.dir +Directory where RADIUS attributes are stored in client-ID specific files. +.TP +.BR charon.plugins.radattr.message_id " [-1]" +Attributes are added to all IKE_AUTH messages by default (-1), or only to the +IKE_AUTH message with the given IKEv2 message ID. +.TP .BR charon.plugins.resolve.file " [/etc/resolv.conf]" File where to add DNS server entries .TP |