xref: /dokuwiki/lib/plugins/authldap/conf/metadata.php (revision 6619ddf4b04390e1d1273dd79bd16bfb9eb6cf89)
110bf8148SAndreas Gohr<?php
27e2d1133SChristopher Smith$meta['server']      = array('string','_caution' => 'danger');
37e2d1133SChristopher Smith$meta['port']        = array('numeric','_caution' => 'danger');
47e2d1133SChristopher Smith$meta['usertree']    = array('string','_caution' => 'danger');
57e2d1133SChristopher Smith$meta['grouptree']   = array('string','_caution' => 'danger');
67e2d1133SChristopher Smith$meta['userfilter']  = array('string','_caution' => 'danger');
77e2d1133SChristopher Smith$meta['groupfilter'] = array('string','_caution' => 'danger');
87e2d1133SChristopher Smith$meta['version']     = array('numeric','_caution' => 'danger');
97e2d1133SChristopher Smith$meta['starttls']    = array('onoff','_caution' => 'danger');
10d75d76b2SAndreas Gohr$meta['referrals']   = array('multichoice','_choices' => array(-1,0,1),'_caution' => 'danger');
117e2d1133SChristopher Smith$meta['deref']       = array('multichoice','_choices' => array(0,1,2,3),'_caution' => 'danger');
127e2d1133SChristopher Smith$meta['binddn']      = array('string','_caution' => 'danger');
137e2d1133SChristopher Smith$meta['bindpw']      = array('password','_caution' => 'danger');
1410bf8148SAndreas Gohr//$meta['mapping']['name']  unsupported in config manager
1510bf8148SAndreas Gohr//$meta['mapping']['grps']  unsupported in config manager
167e2d1133SChristopher Smith$meta['userscope']   = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger');
177e2d1133SChristopher Smith$meta['groupscope']  = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger');
18*6619ddf4SSascha Klopp$meta['userkey']     = array('string','_caution' => 'danger');
197e2d1133SChristopher Smith$meta['groupkey']    = array('string','_caution' => 'danger');
20bed4ab79SChristopher Smith$meta['debug']       = array('onoff','_caution' => 'security');
21*6619ddf4SSascha Klopp$meta['modPass']     = array('onoff');
22