SF Feature #3122736 - HTTP authentication realm

This commit is contained in:
Marcel van Dorp
2011-04-29 12:46:49 +10:00
committed by Deon George
parent a35298e7f3
commit 880a86f666
3 changed files with 16 additions and 9 deletions

View File

@@ -49,6 +49,9 @@
to a big random string. */
// $config->custom->session['blowfish'] = null;
/* If your auth_type is http, you can override your HTTP Authentication Realm. */
// $config->custom->session['http_realm'] = sprintf('%s %s',app_name(),'login');
/* The language setting. If you set this to 'auto', phpLDAPadmin will attempt
to determine your language automatically. Otherwise, available lanaguages
are: 'ct', 'de', 'en', 'es', 'fr', 'it', 'nl', and 'ru'