Commit Graph

4 Commits

Author SHA1 Message Date
Ilya Maltsev ce3a777d2b
Access management to PostgreSQL with LDAP (#454)
This commit extends functionality of ldap authentication. It introduces LDAP server groups match feature, allowing r strict access between different users to different databases on same host.  Odyssey now will receive optional attributes from LDAP server while authenticating user and use them to acquire backend connection under proper role.
2022-08-13 13:55:13 +05:00
Pratik Balar 84f7ce6458 fix: lint and format sh, set xtrace where necessary...
- Ignore grep in grep
- trim spaces
2021-11-25 14:47:09 +05:30
Dmitry Ibragimov e40d3ad424
Fix default_user ldap auth for default user configuration (#313)
* Fix default_user ldap auth

* apply fmt

Co-authored-by: reshke <Kirill Reshke>
2021-05-04 21:13:20 +05:00
reshke 74623edfb5 LDAP auth in od 2021-04-28 17:54:56 +05:00