Comment #3 on issue 735 by fields.trevor: Login to LDAP with arbitrary
password
http://code.google.com/p/openmeetings/issues/detail?id=735
Related to the problem is
ldap_admin_dn=
will throw a parse error and commenting out all ldap_admin_dn in the config
will
throw a null pointer exception at LdapLoginManagement.java line 221 :
ldap_admin_dn = ldap_admin_dn.replaceAll(":", "=");
because the ldap_admin_dn value will be null.
There needs to be a null check before that line [similar to the one in
LdapAuthBase::authenticateUser()]
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---