mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 10:59:15 +02:00
Fix var name misspell
This commit is contained in:
parent
8a1740ddfb
commit
391ff40c93
@ -807,7 +807,7 @@ function ldap_process_user_login($login, $password, $secondary_server=false)
|
|||||||
ldap_set_option(
|
ldap_set_option(
|
||||||
$ds,
|
$ds,
|
||||||
LDAP_OPT_TIMELIMIT,
|
LDAP_OPT_TIMELIMIT,
|
||||||
(empty($config['ldap_search_timmeout']) === true) ? 5 : ((int) $config['ldap_search_timeout'])
|
(empty($config['ldap_search_timeout']) === true) ? 5 : ((int) $config['ldap_search_timeout'])
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($ldap['ldap_start_tls']) {
|
if ($ldap['ldap_start_tls']) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user