This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sys | |
| import ldap | |
| import ldap3 | |
| import re | |
| import psycopg2 | |
| import base64 | |
| from ldap3 import Server, Connection, ALL | |
| from flask import current_app, jsonify, request |