adorton-adobe / user-sync.py

Application for synchronizing Adobe customer directories via the User Management API
MIT License
3 stars 0 forks source link

Config object should dynamically set directory module name #2

Closed adorton-adobe closed 7 years ago

adorton-adobe commented 7 years ago

Should be based on the label in the main config.

Given this example:

directory:
  connectors:
    ldap: C:\Users\adorton\projects\user-sync.py\config\connector-ldap.yml

The directory module name user_sync.connector.directory_ldap would be set in the config object.

adorton-adobe commented 7 years ago

This is done.