Skip to content

This is a Microservice to expose ldap information in a REST Service. Made in python, is very easy to understand and modify.

Notifications You must be signed in to change notification settings

acuartango/ldapJSONRestService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ldapJSONRestService

This Rest service is for getting JSON objects from ldap searches. This way is easier contact to ldap from languages like javascript (node, angular, ionic,...)

This rest service uses flask to serve a Rest service on your server that connects to an ldap server and returns a JSON object

NOT STILL FOR PRODUCTION, WORKING COPY !

You need:

  • flask
  • python3

sudo apt install flask python3

  • install some python3 libs:

sudo pip3 install simplejson ldap3 pprint Pillow

About

This is a Microservice to expose ldap information in a REST Service. Made in python, is very easy to understand and modify.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published