Skip to content

Commit

Permalink
Port users_ldap_mail to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
dreispt committed Sep 3, 2014
1 parent 7e49509 commit 312c45e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion users_ldap_mail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
#
##############################################################################

import users_ldap_model
from . import users_ldap_model
3 changes: 2 additions & 1 deletion users_ldap_mail/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 312c45e

Please sign in to comment.