diff options
Diffstat (limited to 'src/swanctl/swanctl.conf')
-rw-r--r-- | src/swanctl/swanctl.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/swanctl/swanctl.conf b/src/swanctl/swanctl.conf index b2045a3d8..1ff5ee8fb 100644 --- a/src/swanctl/swanctl.conf +++ b/src/swanctl/swanctl.conf @@ -151,6 +151,9 @@ # IKE identity to expect for authentication round. # id = %any + # Identity to use as peer identity during EAP authentication. + # eap_id = id + # Authorization group memberships to require. # groups = @@ -502,3 +505,6 @@ # } +# Include config snippets +include conf.d/*.conf + |