Skip to content

Commit c90411d

Browse files
committed
Use ldap_user_base
1 parent 46d58db commit c90411d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htdocs/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
isset($ldap_binddn) ? $ldap_binddn : null,
6363
isset($ldap_bindpw) ? $ldap_bindpw : null,
6464
isset($ldap_network_timeout) ? $ldap_network_timeout : null,
65-
$ldap_base,
65+
$ldap_user_base,
6666
null,
6767
isset($ldap_krb5ccname) ? $ldap_krb5ccname : null
6868
);

0 commit comments

Comments
 (0)