xref: /dokuwiki/lib/plugins/authad/lang/en/settings.php (revision 3bca6c65969446444ec4e8945d670c815b6ba066)
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>';
6*3bca6c65Ssenorandy$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.';
7*3bca6c65Ssenorandy$lang['admin_password']        = 'The password of the above user.';
852c3bef9SAndreas Gohr$lang['sso']                = 'Should Single-Sign-On via Kerberos or NTLM be used?';
952c3bef9SAndreas Gohr$lang['real_primarygroup']  = 'Should the real primary group be resolved instead of assuming "Domain Users" (slower)';
1052c3bef9SAndreas Gohr$lang['use_ssl']            = 'Use SSL connection? If used, do not enable TLS below.';
1152c3bef9SAndreas Gohr$lang['use_tls']            = 'Use TLS connection? If used, do not enable SSL above.';
1252c3bef9SAndreas Gohr$lang['debug']              = 'Display additional debugging output on errors?';
1352c3bef9SAndreas Gohr$lang['expirywarn']         = 'Days in advance to warn user about expiring password. 0 to disable.';
1452c3bef9SAndreas Gohr$lang['additional']         = 'A comma separated list of additional AD attributes to fetch from user data. Used by some plugins.';
15