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