Hello,
when trying to have my LDAP groups synced, I don't get any value.
Reading sync.py, I find this on line 63:
defaults[field] = self.settings.GROUP_ATTRIBUTES[ldap_name][0].decode('utf-8')
Shouldn't it be:
defaults[field] = ldap_attributes[ldap_name][0].decode('utf-8')
:-/ ?
Hello,
when trying to have my LDAP groups synced, I don't get any value.
Reading sync.py, I find this on line 63:
defaults[field] = self.settings.GROUP_ATTRIBUTES[ldap_name][0].decode('utf-8')Shouldn't it be:
defaults[field] = ldap_attributes[ldap_name][0].decode('utf-8'):-/ ?