1<?php 2 3$conf['server'] = ''; 4$conf['port'] = 389; 5$conf['usertree'] = ''; 6$conf['grouptree'] = ''; 7$conf['userfilter'] = ''; 8$conf['groupfilter'] = ''; 9$conf['version'] = 2; 10$conf['starttls'] = 0; 11$conf['referrals'] = -1; 12$conf['deref'] = 0; 13$conf['binddn'] = ''; 14$conf['bindpw'] = ''; 15//$conf['mapping']['name'] unsupported in config manager 16//$conf['mapping']['grps'] unsupported in config manager 17$conf['userscope'] = 'sub'; 18$conf['groupscope'] = 'sub'; 19$conf['userkey'] = 'uid'; 20$conf['groupkey'] = 'cn'; 21$conf['debug'] = 0; 22$conf['modPass'] = 1; 23$conf['attributes'] = array(); 24