xref: /dokuwiki/lib/plugins/authldap/conf/metadata.php (revision 6162eea82cfe894f5fa81c8a9a0187d11d4fc1b8)
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');
138ef94e9eSAndreas Gohr$meta['bindpw']      = array('password','_caution' => 'danger','_code'=>'base64');
14*6162eea8SAniol Marti$meta['attributes']  = array('array');
1510bf8148SAndreas Gohr//$meta['mapping']['name']  unsupported in config manager
1610bf8148SAndreas Gohr//$meta['mapping']['grps']  unsupported in config manager
177e2d1133SChristopher Smith$meta['userscope']   = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger');
187e2d1133SChristopher Smith$meta['groupscope']  = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger');
196619ddf4SSascha Klopp$meta['userkey']     = array('string','_caution' => 'danger');
207e2d1133SChristopher Smith$meta['groupkey']    = array('string','_caution' => 'danger');
21bed4ab79SChristopher Smith$meta['debug']       = array('onoff','_caution' => 'security');
226619ddf4SSascha Klopp$meta['modPass']     = array('onoff');
23