Closed (won't fix)
Project:
LDAP integration
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2007 at 17:05 UTC
Updated:
6 Aug 2011 at 19:07 UTC
I believe I found a bug making it impossible to authorize against LDAP when using an email address as the username.
The bug is in _ldapauth_check_ldap() on line 925
The function does a few things to separate the username from server in an email, putting the name into the variable $login_name. However at the end of the function when ldapauth_auth() is called, it passes the variable $name, not $login_name.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| ldapauth.module.patch | 360 bytes | buchanae |
Comments
Comment #1
buchanae commentedComment #2
johnbarclay commented