Skip to content

An example of ldap3 authentication with flask with logging

Notifications You must be signed in to change notification settings

jaimeviloria/flask-ldap3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

an authentication example using ldap3, flask and logging

quick instructions

  1. git clone git@github.com:cerealcake/flask-ldap3.git
  2. cd flask-ldap3
  3. pip install virtualenv
  4. virtualenv -p /usr/bin/python3 ./virtualenv
  5. source ./virtualenv/bin/activate
  6. python setup.py develop
  7. flask_ldap3
  8. curl localhost:5000 --user your_username

About

An example of ldap3 authentication with flask with logging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages