Re: using python_ldap for authentication

2005-09-01 Thread jeanmarc.pouchoulon
> but it seems to succeed whatever the password I'm providing :-( > > How to simply assess the binding really occured ? It should work... If you are anxious have a look to your ldapserver logs, you can see the bind . Try with an account that have modify rights et do a modify request if it fails

using python_ldap for authentication

2005-08-31 Thread tooper
Hello all, I'd like to use an ldap server just for authentication, but I'm a complete beginner with all the ldap stuff... I've tried this from the python_ldap Demo examples : -- import ldap, getpass ldap_url="... validation ldap server URL & port ..." l = ldap.initialize(ldap_url) logi