Add multiple LDAP sources #222
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/222/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add multiple add sources.
Instead of a single entry for ldap configuration we now would have a dictionary for ldap config.
This would be a breaking change for those working with the ldap config.
fixes: #190
Great! This should also path the way for multiple configs of other auth sources.
Whitespaces breaks the template
AFAIK YAML supports whitespaces when the keys are quoted? Would this help here? If this works, we could add an example of such a non-standard LDAP naming and explain shortly why its quoted.
Unfortunately not. I've tested it with quoted keys.
Now using a list instead of a dictionary. Also tested with whitespace names now :)
LGTM. This is awesome.