It works at least...
For information if it can helps :
Install the module with the interface
Go to administration -> configuration -> base -> défininr la société principale
You have new fields to fill in. For exemple :
LDAP Server address : localhost
LDAP base : ou=People,dc=benoit,dc=fr
LDAP binddn : cn=Manager,dc=benoit,dc=fr
LDAP password : MyPass
* LDAP filter : (uid=%s) *
Then, you can login with users in the ldap but also with users in the old
database. To fix it (since I've also trouble to logout), I've edited the file
users_ldap.py and change the last line of the function ldap_login :
return oldfnc(db, login, passwd) => return oldfnc("", login, passwd)
(means that if it couldn't login with the ldap db, it use the oldfnc to login
with the old db).
It's not very clean but it's work.
Ciao
Benoît
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users