|
|
|
|
@ -105,6 +105,10 @@ $phpMyAdminPath = ''; |
|
|
|
|
// Uncomment these lines to activate ldap |
|
|
|
|
// $extAuthSource["ldap"]["login"] = $_configuration['root_sys'].$_configuration['code_append']."auth/ldap/login.php"; |
|
|
|
|
// $extAuthSource["ldap"]["newUser"] = $_configuration['root_sys'].$_configuration['code_append']."auth/ldap/newUser.php"; |
|
|
|
|
// |
|
|
|
|
// To fetch external login information, uncomment thoss 2 lines and modify files auth/external_logininfo/newUser.php and auth/external_logininfo/updateUser.php files |
|
|
|
|
// $extAuthSource["external_logininfo"]["newUser"] = $_configuration['root_sys'].$_configuration['code_append']."auth/external_logininfo/newUser.php"; |
|
|
|
|
// $extAuthSource["external_logininfo"]["updateUser"] = $_configuration['root_sys'].$_configuration['code_append']."auth/external_logininfo/updateUser.php"; |
|
|
|
|
|
|
|
|
|
//============================================================================ |
|
|
|
|
// Misc. settings |
|
|
|
|
@ -130,4 +134,4 @@ $_configuration['deny_delete_users'] = false; |
|
|
|
|
// Version settings |
|
|
|
|
$_configuration['system_version'] = '{NEW_VERSION}'; |
|
|
|
|
$_configuration['system_stable'] = NEW_VERSION_STABLE; |
|
|
|
|
?> |
|
|
|
|
?> |
|
|
|
|
|