We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d58db commit c90411dCopy full SHA for c90411d
htdocs/index.php
@@ -62,7 +62,7 @@
62
isset($ldap_binddn) ? $ldap_binddn : null,
63
isset($ldap_bindpw) ? $ldap_bindpw : null,
64
isset($ldap_network_timeout) ? $ldap_network_timeout : null,
65
- $ldap_base,
+ $ldap_user_base,
66
null,
67
isset($ldap_krb5ccname) ? $ldap_krb5ccname : null
68
);
0 commit comments