Hi,
I installed the LDAP module, and configured it as follow :
LDAP filter : uid=%s
Question : What are the variable used by openerp for LDAP filter (%uid, %mail, %s...etc) ?
Moreover, I'd like something like this :
LDAP filter : (&(uid=%s)(memberOf=cn=share,ou=Groups,dc=ip-198-27-46,dc=net))
Finally, I'd also like to have Openerp-ldap-module retrieve my users emails as well as their username...is it possible ?
Thank you.