spaceport/ldapserver
2020-03-17 10:53:08 -06:00
..
.gitignore Begin LDAP HTTP server with stubs 2020-02-04 06:18:37 +00:00
ldap_functions.py Add group functions. Add members, list members, create new groups 2020-03-17 10:53:08 -06:00
ProtospaceAD.cer Set up LDAP to run from virtual env 2020-02-04 22:00:21 -07:00
README.md Document LDAP server setup 2020-02-28 00:55:40 +00:00
requirements.txt Set up LDAP to run from virtual env 2020-02-04 22:00:21 -07:00
secrets.py.example Set up LDAP to run from virtual env 2020-02-04 22:00:21 -07:00
server.py Rename ldap find user route function 2020-02-07 19:24:08 -07:00

LDAP Server

Runs inside Protospace's network and talks to Active Directory.

Exposes a REST API to Spaceport that allows managing AD users and passwords.

Setup

https://docs.my.protospace.ca/ldap.html

License

This program is free and open-source software licensed under the MIT License. Please see the LICENSE file for details.

That means you have the right to study, change, and distribute the software and source code to anyone and for any purpose. You deserve these rights.

Acknowledgements

Thanks to Pat S for all his help integrating with Active Directory.