Browse Source

FIX

pull/2/head
Daniel Reis 11 years ago
parent
commit
d0008687d0
  1. 2
      users_ldap_mail/users_ldap_model.py

2
users_ldap_mail/users_ldap_model.py

@ -66,6 +66,6 @@ class CompanyLDAP(orm.Model):
values[value_key] = ldap_entry[1][conf[conf_name]][0]
except KeyError:
_log.warning('No LDAP attribute "%s" found for login "%s"' % (
conf.get(conf_name, values.get('login'))))
conf.get(conf_name), values.get('login')))
return values
Loading…
Cancel
Save