In the example syncmap.yml.example, it is referring to the LDAP group by a key of ldap: but in the load_custom_map method it is looking for a key of directory:. Which is the proper key and I'll submit a PR for fixing the code or documentation?
Once I updated my syncmap.yml to look like this, the syncs started working:
In the example syncmap.yml.example, it is referring to the LDAP group by a key of
ldap:
but in the load_custom_map method it is looking for a key ofdirectory:
. Which is the proper key and I'll submit a PR for fixing the code or documentation?Once I updated my syncmap.yml to look like this, the syncs started working: