Menu

#50 Error in LDAP Bind

open
nobody
None
5
2012-09-14
2006-06-16
Anonymous
No

In Release 1.2.1, there is an error on line 226:

if (empty($data["LDAPBindUserName"])) {
<<<
should read:

if (empty($data["LDAPBindUsername"])) {
<<<
according to the database schema, the "name" part of
LDAPBindUsername should not start with a captial "N".

Discussion


Log in to post a comment.