Fixed problems with login with AD
(cherry picked from commit a11af4905c
)
This commit is contained in:
parent
8fb71f8413
commit
a95bfeed4e
|
@ -228,7 +228,8 @@ function process_user_login_remote ($login, $pass, $api = false) {
|
||||||
if (!user_can_login($login)) {
|
if (!user_can_login($login)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if ($config["auth"] == 'ad'){
|
|
||||||
|
if ($config["auth"] === 'ad'){
|
||||||
$return = enterprise_hook ('prepare_permissions_groups_of_user_ad',
|
$return = enterprise_hook ('prepare_permissions_groups_of_user_ad',
|
||||||
array ($login, $pass, false, true));
|
array ($login, $pass, false, true));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue