xref: /dokuwiki/lib/plugins/authldap/conf/metadata.php (revision 7e2d11334fbe7c1174bfe6711f88a5625e982042)
110bf8148SAndreas Gohr<?php
2*7e2d1133SChristopher Smith$meta['server']      = array('string','_caution' => 'danger');
3*7e2d1133SChristopher Smith$meta['port']        = array('numeric','_caution' => 'danger');
4*7e2d1133SChristopher Smith$meta['usertree']    = array('string','_caution' => 'danger');
5*7e2d1133SChristopher Smith$meta['grouptree']   = array('string','_caution' => 'danger');
6*7e2d1133SChristopher Smith$meta['userfilter']  = array('string','_caution' => 'danger');
7*7e2d1133SChristopher Smith$meta['groupfilter'] = array('string','_caution' => 'danger');
8*7e2d1133SChristopher Smith$meta['version']     = array('numeric','_caution' => 'danger');
9*7e2d1133SChristopher Smith$meta['starttls']    = array('onoff','_caution' => 'danger');
10*7e2d1133SChristopher Smith$meta['referrals']   = array('onoff','_caution' => 'danger');
11*7e2d1133SChristopher Smith$meta['deref']       = array('multichoice','_choices' => array(0,1,2,3),'_caution' => 'danger');
12*7e2d1133SChristopher Smith$meta['binddn']      = array('string','_caution' => 'danger');
13*7e2d1133SChristopher 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
16*7e2d1133SChristopher Smith$meta['userscope']   = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger');
17*7e2d1133SChristopher Smith$meta['groupscope']  = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger');
18*7e2d1133SChristopher Smith$meta['groupkey']    = array('string','_caution' => 'danger');
19*7e2d1133SChristopher Smith$meta['debug']       = array('onoff','_caution' => 'danger');