diff --git a/backend-sample-app.py b/backend-sample-app.py index 367fd54..b717273 100755 --- a/backend-sample-app.py +++ b/backend-sample-app.py @@ -49,24 +49,58 @@ class AppHandler(BaseHTTPRequestHandler): html=""" - - - Auth form example - - -
- - - - - - - -
Username:
Password:
- -
- -""" + + + + + +

Authentication with LDAP Server

+
+
+ + + + + +
+ +
+ + +""" self.send_response(200) self.end_headers()