Port users_ldap_mail to v8

pull/46/head
Daniel Reis 2014-09-02 16:16:03 +01:00
parent 7e49509862
commit 312c45e90b
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -25,7 +25,8 @@
'depends': ["auth_ldap"], 'depends': ["auth_ldap"],
'author': "Daniel Reis (https://launchpad.com/~dreis-pt)", 'author': "Daniel Reis (https://launchpad.com/~dreis-pt)",
'description': """\ '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". The default attribute used for the name is "cn".
For Active Directory, you might prefer to use "displayName" instead. For Active Directory, you might prefer to use "displayName" instead.