mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3948 from rabbitt/ldap-fix
This commit is contained in:
commit
fdabb03481
@ -1014,7 +1014,7 @@ function ldap_test_bind($authcfg) {
|
||||
$ldapbindpw = $authcfg['ldap_bindpw'];
|
||||
$ldapver = $authcfg['ldap_protver'];
|
||||
$ldaptimeout = is_numeric($authcfg['ldap_timeout']) ? $authcfg['ldap_timeout'] : 5;
|
||||
if (empty($ldapbndun) || empty($ldapbindpw)) {
|
||||
if (empty($ldapbindun) || empty($ldapbindpw)) {
|
||||
$ldapanon = true;
|
||||
} else {
|
||||
$ldapanon = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user