Load eap-aka plugin before shared simaka helpers depending on it
parent
07534f8998
commit
3946821937
|
@ -115,14 +115,14 @@ ARG_ENABL_SET([load-tester], [enable load testing plugin for IKEv2 daemon.])
|
|||
ARG_ENABL_SET([eap-sim], [enable SIM authentication module for EAP.])
|
||||
ARG_ENABL_SET([eap-sim-file], [enable EAP-SIM backend based on a triplet file.])
|
||||
ARG_ENABL_SET([eap-sim-pcsc], [enable EAP-SIM backend based on a smartcard reader. Requires libpcsclite.])
|
||||
ARG_ENABL_SET([eap-aka], [enable EAP AKA authentication module.])
|
||||
ARG_ENABL_SET([eap-aka-3gpp2], [enable EAP AKA backend implementing 3GPP2 algorithms in software. Requires libgmp.])
|
||||
ARG_ENABL_SET([eap-simaka-sql], [enable EAP-SIM/AKA backend based on a triplet/quintuplet SQL database.])
|
||||
ARG_ENABL_SET([eap-simaka-pseudonym], [enable EAP-SIM/AKA pseudonym storage plugin.])
|
||||
ARG_ENABL_SET([eap-simaka-reauth], [enable EAP-SIM/AKA reauthentication data storage plugin.])
|
||||
ARG_ENABL_SET([eap-identity], [enable EAP module providing EAP-Identity helper.])
|
||||
ARG_ENABL_SET([eap-md5], [enable EAP MD5 (CHAP) authentication module.])
|
||||
ARG_ENABL_SET([eap-gtc], [enable PAM based EAP GTC authentication module.])
|
||||
ARG_ENABL_SET([eap-aka], [enable EAP AKA authentication module.])
|
||||
ARG_ENABL_SET([eap-aka-3gpp2], [enable EAP AKA backend implementing 3GPP2 algorithms in software. Requires libgmp.])
|
||||
ARG_ENABL_SET([eap-mschapv2], [enable EAP MS-CHAPv2 authentication module.])
|
||||
ARG_ENABL_SET([eap-tls], [enable EAP TLS authentication module.])
|
||||
ARG_ENABL_SET([eap-ttls], [enable EAP TTLS authentication module.])
|
||||
|
@ -813,11 +813,11 @@ ADD_PLUGIN([eap-identity], [c libcharon])
|
|||
ADD_PLUGIN([eap-sim], [c libcharon])
|
||||
ADD_PLUGIN([eap-sim-file], [c libcharon])
|
||||
ADD_PLUGIN([eap-sim-pcsc], [c libcharon])
|
||||
ADD_PLUGIN([eap-aka], [c libcharon])
|
||||
ADD_PLUGIN([eap-aka-3gpp2], [c libcharon])
|
||||
ADD_PLUGIN([eap-simaka-sql], [c libcharon])
|
||||
ADD_PLUGIN([eap-simaka-pseudonym], [c libcharon])
|
||||
ADD_PLUGIN([eap-simaka-reauth], [c libcharon])
|
||||
ADD_PLUGIN([eap-aka], [c libcharon])
|
||||
ADD_PLUGIN([eap-aka-3gpp2], [c libcharon])
|
||||
ADD_PLUGIN([eap-md5], [c libcharon])
|
||||
ADD_PLUGIN([eap-gtc], [c libcharon])
|
||||
ADD_PLUGIN([eap-mschapv2], [c libcharon])
|
||||
|
|
Loading…
Reference in New Issue