diff --git a/auth.py b/auth.py index fb0a457..c164790 100644 --- a/auth.py +++ b/auth.py @@ -1,4 +1,5 @@ import ldap +import re from flask import Flask, render_template, request, make_response from time import sleep app = Flask('auth')