diff options
Diffstat (limited to 'conf/plugins/ext-auth.conf')
-rw-r--r-- | conf/plugins/ext-auth.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/plugins/ext-auth.conf b/conf/plugins/ext-auth.conf new file mode 100644 index 000000000..f5aa45f6f --- /dev/null +++ b/conf/plugins/ext-auth.conf @@ -0,0 +1,11 @@ +ext-auth { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # Shell script to invoke for peer authorization. + # script = + +} + |