diff options
author | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
commit | 2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch) | |
tree | f9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/lib/plugins/authad/lang/en/settings.php | |
parent | bcb215c3a7e914d05f166846a33860e48bba64fb (diff) | |
download | site-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz |
removed dokuwiki
Diffstat (limited to 'wiki/lib/plugins/authad/lang/en/settings.php')
-rw-r--r-- | wiki/lib/plugins/authad/lang/en/settings.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/wiki/lib/plugins/authad/lang/en/settings.php b/wiki/lib/plugins/authad/lang/en/settings.php deleted file mode 100644 index 9e7a7c3..0000000 --- a/wiki/lib/plugins/authad/lang/en/settings.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - -$lang['account_suffix'] = 'Your account suffix. Eg. <code>@my.domain.org</code>'; -$lang['base_dn'] = 'Your base DN. Eg. <code>DC=my,DC=domain,DC=org</code>'; -$lang['domain_controllers'] = 'A comma separated list of Domain controllers. Eg. <code>srv1.domain.org,srv2.domain.org</code>'; -$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.'; -$lang['admin_password'] = 'The password of the above user.'; -$lang['sso'] = 'Should Single-Sign-On via Kerberos or NTLM be used?'; -$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.'; -$lang['real_primarygroup'] = 'Should the real primary group be resolved instead of assuming "Domain Users" (slower).'; -$lang['use_ssl'] = 'Use SSL connection? If used, do not enable TLS below.'; -$lang['use_tls'] = 'Use TLS connection? If used, do not enable SSL above.'; -$lang['debug'] = 'Display additional debugging output on errors?'; -$lang['expirywarn'] = 'Days in advance to warn user about expiring password. 0 to disable.'; -$lang['additional'] = 'A comma separated list of additional AD attributes to fetch from user data. Used by some plugins.'; -$lang['update_name'] = 'Allow users to update their AD display name?'; -$lang['update_mail'] = 'Allow users to update their email address?'; |