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'); 13*8ef94e9eSAndreas Gohr$meta['bindpw'] = array('password','_caution' => 'danger','_code'=>'base64'); 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'); 186619ddf4SSascha Klopp$meta['userkey'] = array('string','_caution' => 'danger'); 197e2d1133SChristopher Smith$meta['groupkey'] = array('string','_caution' => 'danger'); 20bed4ab79SChristopher Smith$meta['debug'] = array('onoff','_caution' => 'security'); 216619ddf4SSascha Klopp$meta['modPass'] = array('onoff'); 22