Extend HTTP-Basic-Auth for Demo-Mode and easier testing

This commit is contained in:
Christian Paminger
2024-09-25 05:40:04 +02:00
parent e6eea06900
commit f66c3466ed
9 changed files with 474 additions and 2089 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ if (!defined('BASEPATH')) exit('No direct script access allowed');
// Array or a string of authentication methods sorted by priority (highest to lowest)
// NOTE: AUTH_HBALDAP works also as login page (old ugly HTTP basic authentication)
// should be placed at the end of the array
$config['authentication_foreign_methods'] = array(AUTH_BT, AUTH_HBALDAP);
$config['authentication_foreign_methods'] = array(AUTH_BT, AUTH_HBA, AUTH_HBALDAP);
// Login method
$config['authentication_login'] = AUTH_LDAP;