Re: [web2py] web2py ldap integration. ldap bind

2017-02-23 Thread Richard Vézina
I would say it is case sensitive, would you mean case insensitive like AD? If so, I am not sure, I think the issue (if we can call it an issue) is coming from the fact that username field is case sensitive, and don't think of a simple way to change that except manipulating cases of input username

[web2py] web2py ldap integration. ldap bind

2017-02-22 Thread Cory
Hi, does anyone know how to make login credentials case sensitive when using LDAP authentication? simple_bind_s(username, password) ignores case sensitivity for both username and password. thanks! -Cory -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://