https://github.com/oss/python3-scarletldap
OSS's Python3 LDAP Auth Package
https://github.com/oss/python3-scarletldap
Last synced: about 1 year ago
JSON representation
OSS's Python3 LDAP Auth Package
- Host: GitHub
- URL: https://github.com/oss/python3-scarletldap
- Owner: oss
- Created: 2014-10-23T04:10:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T21:10:03.000Z (over 11 years ago)
- Last Synced: 2025-02-08T10:21:17.935Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 27
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python3-ScarletLDAP
===================
OSS doesn't always authenticate with LDAP.
But when it does, it uses __Python3.3__.
Virtual Environment
-------------------
To set up development environment, just run:
$ ./setup.sh
### The following packages may need to be installed using yum:
- python3-devel
- openldap-devel
Test Code
---------
To test the code, run:
$ . env/bin/activate
$ ./test
You will be prompted to enter a netid, password, and whether or not
you wish to authenticate using an enigma card.
The test script will then display "Success!" if you have successfully
authenticated, and "Failure" if you have provided invalid credentials.