summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* minor fixes, mostly cosmeticHEADmasterB. Stack2021-06-28
|
* clear session at logoutB. Stack2021-06-28
| | | | this feature is not well-documented in flask.
* add settings page for admins groupB. Stack2021-06-27
| | | | so far we only support changing the ldap_uri for runtime.
* move config to separate fileB. Stack2021-06-27
| | | | also move references to top of file
* now store user groups in session, for displayB. Stack2021-06-25
|
* enable ldap user resolution and display shortnamesB. Stack2021-06-25
| | | | | App can now display short name of ldap user and also does user lookups in directory using bind credential.
* WIP: convert ldap to use bind credentialB. Stack2021-06-24
| | | | | | 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.
* add dns-based ldap domain controller lookupB. Stack2021-06-24
| | | | and rotate through the returned list of servers, per request!
* add www-negotiate basic header to /login/basicB. Stack2021-06-24
|
* add basic auth, but lacks request for authB. Stack2021-06-22
| | | | | | Endpoint /login/basic/ works now with a POST, but a GET does not make it prompt a browser for username/password yet.
* add ldap supportB. Stack2021-06-21
|
* WIP: improve login formB. Stack2021-06-21
| | | | | Now have a dictionary of "options" from logic, for form. Handles a POST, but needs ldap logic.
* initial commitB. Stack2021-06-20
bgstack15