Browse Source
Merge pull request #1531 from Tecnativa/8.0-users_ldap_populate-fix_wrong_attribute_usage
[FIX] users_ldap_populate: Wrong attribute usage
pull/1504/merge
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
users_ldap_populate/README.rst
-
users_ldap_populate/models/users_ldap.py
|
|
@ -55,6 +55,7 @@ Contributors |
|
|
|
* Holger Brunn <hbrunn@therp.nl> |
|
|
|
* Daniel Reis <dgreis@sapo.pt> |
|
|
|
* Stefan Rijnhart <stefan@opener.am> |
|
|
|
* Jairo Llopis <jairo.llopis@tecnativa.com> |
|
|
|
|
|
|
|
Maintainer |
|
|
|
---------- |
|
|
|
|
|
@ -160,7 +160,7 @@ class CompanyLDAP(orm.Model): |
|
|
|
bool( |
|
|
|
self.get_ldap_entry_dicts( |
|
|
|
conf, |
|
|
|
user_name=unknown_user.login, |
|
|
|
user_name=unknown_user['login'], |
|
|
|
)) |
|
|
|
for conf in self.get_ldap_dicts(cr, ids) |
|
|
|
) |
|
|
|