diff options
Diffstat (limited to 'conf/plugins/xauth-eap.conf')
-rw-r--r-- | conf/plugins/xauth-eap.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/plugins/xauth-eap.conf b/conf/plugins/xauth-eap.conf new file mode 100644 index 000000000..25ea2aa36 --- /dev/null +++ b/conf/plugins/xauth-eap.conf @@ -0,0 +1,11 @@ +xauth-eap { + + # EAP plugin to be used as backend for XAuth credential verification. + # backend = radius + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + +} + |