Re: [web2py] LDAP-auth debugging

2013-09-16 Thread Camille Roussel
Also please note that in most AD environment you must pass a baseDN and login password for any logins to work. This can be a service account with simple read only permissions to the domain you are authenticating against. On Monday, September 16, 2013 1:44:27 PM UTC-4, Richard wrote: > > Would yo

Re: [web2py] LDAP-auth debugging

2013-09-16 Thread Richard Vézina
Would you post your define ldap_auth method, you may miss some parameters, for instance you need to pass "db", but this is not stated in the book I think, I found this info on mailing list. Richard On Mon, Sep 16, 2013 at 1:06 PM, D. wrote: > Dear community, > > I'm trying to user ldap to auth