diff options
Diffstat (limited to 'conf/plugins/eap-aka.conf')
-rw-r--r-- | conf/plugins/eap-aka.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/plugins/eap-aka.conf b/conf/plugins/eap-aka.conf new file mode 100644 index 000000000..278f1d677 --- /dev/null +++ b/conf/plugins/eap-aka.conf @@ -0,0 +1,10 @@ +eap-aka { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # request_identity = yes + +} + |