From: Tobias Brunner Date: Tue, 12 Nov 2019 09:59:38 +0000 (+0100) Subject: swanctl: Document wildcard matching for remote identities X-Git-Tag: 5.8.2dr2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cde77c63803fbc5e33555e14aceb65942a34d77;p=thirdparty%2Fstrongswan.git swanctl: Document wildcard matching for remote identities --- diff --git a/src/swanctl/swanctl.opt b/src/swanctl/swanctl.opt index 3cda11cddd..f7801b3c39 100644 --- a/src/swanctl/swanctl.opt +++ b/src/swanctl/swanctl.opt @@ -494,8 +494,14 @@ connections..remote.round = 0 connections..remote.id = %any IKE identity to expect for authentication round. - IKE identity to expect for authentication round. Refer to the _local_ _id_ - section for details. + IKE identity to expect for authentication round. Refer to the **local** + section's **id** keyword for details. + + It's possible to use wildcards to match remote identities (e.g. + _*@strongswan.org_, _*.strongswan.org_, or _C=CH,O=strongSwan,CN=*_). + Connections with exact matches are preferred. When using distinguished names + with wildcards, the _charon.rdn_matching_ option in **strongswan.conf**(5) + specifies how RDNs are matched. connections..remote.eap_id = id Identity to use as peer identity during EAP authentication.