Skip to content

Group sync is not working #4

Description

@drowolath

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')

:-/ ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions