default.php 641 B

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