settings.php 1.7 KB

12345678910111213141516171819
  1. <?php
  2. $lang['account_suffix'] = 'Your account suffix. Eg. <code>@my.domain.org</code>';
  3. $lang['base_dn'] = 'Your base DN. Eg. <code>DC=my,DC=domain,DC=org</code>';
  4. $lang['domain_controllers'] = 'A comma separated list of Domain controllers. Eg. <code>srv1.domain.org,srv2.domain.org</code>';
  5. $lang['admin_username'] = 'A privileged Active Directory user with access to all other user\'s data. Optional, but needed for certain actions like sending subscription mails.';
  6. $lang['admin_password'] = 'The password of the above user.';
  7. $lang['sso'] = 'Should Single-Sign-On via Kerberos or NTLM be used?';
  8. $lang['sso_charset'] = 'The charset your webserver will pass the Kerberos or NTLM username in. Empty for UTF-8 or latin-1. Requires the iconv extension.';
  9. $lang['real_primarygroup'] = 'Should the real primary group be resolved instead of assuming "Domain Users" (slower).';
  10. $lang['use_ssl'] = 'Use SSL connection? If used, do not enable TLS below.';
  11. $lang['use_tls'] = 'Use TLS connection? If used, do not enable SSL above.';
  12. $lang['debug'] = 'Display additional debugging output on errors?';
  13. $lang['expirywarn'] = 'Days in advance to warn user about expiring password. 0 to disable.';
  14. $lang['additional'] = 'A comma separated list of additional AD attributes to fetch from user data. Used by some plugins.';
  15. $lang['update_name'] = 'Allow users to update their AD display name?';
  16. $lang['update_mail'] = 'Allow users to update their email address?';
  17. $lang['update_pass'] = 'Allow users to update their password? Requires SSL or TLS above.';
  18. $lang['recursive_groups'] = 'Resolve nested groups to their respective members (slower).';