| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
this feature is not well-documented in flask.
|
|
|
|
| |
so far we only support changing the ldap_uri for runtime.
|
|
|
|
| |
also move references to top of file
|
| |
|
|
|
|
|
| |
App can now display short name of ldap user and also
does user lookups in directory using bind credential.
|
|
|
|
|
|
| |
Multiple functions have been written to handle username resolution
using a bind credential, but the the main app does not use them yet,
and is actually broken.
|
|
|
|
| |
and rotate through the returned list of servers, per request!
|
| |
|
|
|
|
|
|
| |
Endpoint /login/basic/ works now with a POST, but a GET
does not make it prompt a browser for username/password
yet.
|
| |
|
|
|
|
|
| |
Now have a dictionary of "options" from logic, for form.
Handles a POST, but needs ldap logic.
|
|
|