summaryrefslogtreecommitdiff
path: root/session_ldap.py
Commit message (Collapse)AuthorAge
* 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 ldap supportB. Stack2021-06-21
bgstack15