File: libcharon-extauth-plugins.install

package info (click to toggle)
strongswan 6.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 61,584 kB
  • sloc: ansic: 405,188; sh: 11,621; makefile: 6,254; sql: 2,885; javascript: 1,948; python: 990; xml: 608; perl: 586; cs: 522; lex: 485; yacc: 443; ruby: 398; ada: 114
file content (19 lines) | stat: -rw-r--r-- 987 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# most commonly used libcharon plugins
# 1) eap-mschapv2 is required on the client side to connect to VPN
# concentrators configured for Windows 7+ and modern OSX/iOS using IKEv2.
# In such scenario, the VPN concentrator identifies itself with a public
# key and asks the client to authenticate with MSCHAPv2.
# 2) xauth-generic is required on the client side to connect to VPN
# concentrators configured for Android and older OSX/iOS using IKEv1 and
# XAUTH. In such scenario, the VPN concentrator identifies itself with a
# public key or a shared secret and asks the client to authenticate with a
# XAUTH password.
# plugins
usr/lib/ipsec/plugins/libstrongswan-eap-mschapv2.so
usr/lib/ipsec/plugins/libstrongswan-xauth-generic.so
# config templates
usr/share/strongswan/templates/config/plugins/eap-mschapv2.conf
usr/share/strongswan/templates/config/plugins/xauth-generic.conf
# configuration files
etc/strongswan.d/charon/eap-mschapv2.conf
etc/strongswan.d/charon/xauth-generic.conf