152c3bef9SAndreas Gohr<?php 252c3bef9SAndreas Gohr 352c3bef9SAndreas Gohr$lang['account_suffix'] = 'Your account suffix. Eg. <code>@my.domain.org</code>'; 452c3bef9SAndreas Gohr$lang['base_dn'] = 'Your base DN. Eg. <code>DC=my,DC=domain,DC=org</code>'; 552c3bef9SAndreas Gohr$lang['domain_controllers'] = 'A comma separated list of Domain controllers. Eg. <code>srv1.domain.org,srv2.domain.org</code>'; 63bca6c65Ssenorandy$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.'; 73bca6c65Ssenorandy$lang['admin_password'] = 'The password of the above user.'; 852c3bef9SAndreas Gohr$lang['sso'] = 'Should Single-Sign-On via Kerberos or NTLM be used?'; 9*d34a2a38SAndreas Gohr$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.'; 10*d34a2a38SAndreas Gohr$lang['real_primarygroup'] = 'Should the real primary group be resolved instead of assuming "Domain Users" (slower).'; 1152c3bef9SAndreas Gohr$lang['use_ssl'] = 'Use SSL connection? If used, do not enable TLS below.'; 1252c3bef9SAndreas Gohr$lang['use_tls'] = 'Use TLS connection? If used, do not enable SSL above.'; 1352c3bef9SAndreas Gohr$lang['debug'] = 'Display additional debugging output on errors?'; 1452c3bef9SAndreas Gohr$lang['expirywarn'] = 'Days in advance to warn user about expiring password. 0 to disable.'; 1552c3bef9SAndreas Gohr$lang['additional'] = 'A comma separated list of additional AD attributes to fetch from user data. Used by some plugins.'; 16