You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Tanner Collin b29e45f7f5 Add test function 2 years ago
..
.gitignore Begin LDAP HTTP server with stubs 4 years ago
ProtospaceAD.cer Set up LDAP to run from virtual env 4 years ago
README.md Added comments to reflect the changes on 09/17/2021 3 years ago
gunicorn.conf.py Improve ldapserver logging 4 years ago
ldap_functions.py Add test function 2 years ago
log.py Ignore logging of ldapserver /ping route 4 years ago
requirements.txt Bump jinja2 from 2.11.1 to 2.11.3 in /ldapserver 3 years ago
secrets.py.example Improve LDAP logging and secrets management 4 years ago
server.py Add user lookup to ldapserver ping 3 years ago

README.md

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.

Changes

09/17/2021: An error in the LDAP functionality was discovered when the proposed user name exceeded 20 characters. Unfortunately Active Directory has this limitation in the length of the sAMAccountName attribute in order to provide backward compatibility to pre-win2000 calls.
It was realized that an assumption had been made that the login name and the sAMAccountName were interchangable. This has been fixed.