reporangler / auth-service

A webservice to handle authentication for repository access
MIT License
0 stars 0 forks source link

Support LDAP login #4

Open christhomas opened 5 years ago

christhomas commented 5 years ago

We should be able to login via LDAP, although this would require changes to how the auth works because we currently are storing users in the database.

How would this affect the command line tool to create new users, if those users are managed by LDAP?