diff options
author | Tobias Brunner <tobias@strongswan.org> | 2017-07-05 17:55:06 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-07-05 18:08:04 +0200 |
commit | 93e0898f60ab261f45fea6772fda79049f60b5e2 (patch) | |
tree | adc2850280b7fea4b624667a87bbbc944a3c443e | |
parent | fd0a7b47959ef537beb9670f4f02cf2d29858cbd (diff) | |
download | strongswan-93e0898f60ab261f45fea6772fda79049f60b5e2.tar.bz2 strongswan-93e0898f60ab261f45fea6772fda79049f60b5e2.tar.xz |
swanctl: Document eap_id in remote sections
-rw-r--r-- | src/swanctl/swanctl.opt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/swanctl/swanctl.opt b/src/swanctl/swanctl.opt index 7e204db61..a36e837df 100644 --- a/src/swanctl/swanctl.opt +++ b/src/swanctl/swanctl.opt @@ -460,6 +460,12 @@ connections.<conn>.remote<suffix>.id = %any IKE identity to expect for authentication round. Refer to the _local_ _id_ section for details. +connections.<conn>.remote<suffix>.eap_id = id + Identity to use as peer identity during EAP authentication. + + Identity to use as peer identity during EAP authentication. If set to _%any_ + the EAP-Identity method will be used to ask the client for an identity. + connections.<conn>.remote<suffix>.groups = Authorization group memberships to require. |