Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Active Directory #282

Open
doublethink13 opened this issue May 25, 2021 · 1 comment
Open

Active Directory #282

doublethink13 opened this issue May 25, 2021 · 1 comment

Comments

@doublethink13
Copy link

Hey,

I'm sorry if this is not the best place to ask this.

Feel free to close/delete this issue and redirect me to a more appropriate place.

I want to know if it is possible to integrate pypicloud with Active Directory and, if so, if there is a guide/tutorial/docs to help me.

Thank you and keep up the good work!

@stevearc
Copy link
Owner

There aren't any guides/tutorials, but the process of adding a new user authentication mechanism is pretty straightforward. You'll need to create a new class that inherits IAccessBackend and implement all the abstract methods. Of the existing backends, the one for LDAP is probably the closest to your needs. If you examine and understand what it's doing, it shouldn't be too hard to do the same thing for Active Directory.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants