Port users_ldap_mail to v8
parent
7e49509862
commit
312c45e90b
|
@ -19,4 +19,4 @@
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
import users_ldap_model
|
from . import users_ldap_model
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue