about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authldap/conf/metadata.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authldap/conf/metadata.php')
-rw-r--r--wiki/lib/plugins/authldap/conf/metadata.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authldap/conf/metadata.php b/wiki/lib/plugins/authldap/conf/metadata.php
new file mode 100644
index 0000000..f32aed1
--- /dev/null
+++ b/wiki/lib/plugins/authldap/conf/metadata.php
@@ -0,0 +1,21 @@
+<?php
+$meta['server']      = array('string','_caution' => 'danger');
+$meta['port']        = array('numeric','_caution' => 'danger');
+$meta['usertree']    = array('string','_caution' => 'danger');
+$meta['grouptree']   = array('string','_caution' => 'danger');
+$meta['userfilter']  = array('string','_caution' => 'danger');
+$meta['groupfilter'] = array('string','_caution' => 'danger');
+$meta['version']     = array('numeric','_caution' => 'danger');
+$meta['starttls']    = array('onoff','_caution' => 'danger');
+$meta['referrals']   = array('multichoice','_choices' => array(-1,0,1),'_caution' => 'danger');
+$meta['deref']       = array('multichoice','_choices' => array(0,1,2,3),'_caution' => 'danger');
+$meta['binddn']      = array('string','_caution' => 'danger');
+$meta['bindpw']      = array('password','_caution' => 'danger','_code'=>'base64');
+//$meta['mapping']['name']  unsupported in config manager
+//$meta['mapping']['grps']  unsupported in config manager
+$meta['userscope']   = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger');
+$meta['groupscope']  = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger');
+$meta['userkey']     = array('string','_caution' => 'danger');
+$meta['groupkey']    = array('string','_caution' => 'danger');
+$meta['debug']       = array('onoff','_caution' => 'security');
+$meta['modPass']     = array('onoff');