Browse Source

Port users_ldap_mail to v8

pull/46/head
Daniel Reis 10 years ago
parent
commit
312c45e90b
  1. 2
      users_ldap_mail/__init__.py
  2. 3
      users_ldap_mail/__openerp__.py

2
users_ldap_mail/__init__.py

@ -19,4 +19,4 @@
#
##############################################################################
import users_ldap_model
from . import users_ldap_model

3
users_ldap_mail/__openerp__.py

@ -25,7 +25,8 @@
'depends': ["auth_ldap"],
'author': "Daniel Reis (https://launchpad.com/~dreis-pt)",
'description': """\
Allows to define the LDAP attributes to use to retrieve user name and e-mail address.
Allows to define the LDAP attributes to use to retrieve user name and e-mail
address.
The default attribute used for the name is "cn".
For Active Directory, you might prefer to use "displayName" instead.

Loading…
Cancel
Save