Add proper support for LDAP
All threads resolved!
All threads resolved!
Previously, we implemented LDAP auth mechanism in core tarantool. This MR aims to add support for LDAP to picodata connect
and a few other api methods, namely pico.create_user
& pico.change_password
. It also fixes a few bugs discovered in the progress.
Related: picodata/tarantool!82.
Edited by Dmitry Ivanov
Merge request reports
Activity
requested review from @rosik
assigned to @funbringer
- Resolved by Dmitry Ivanov
@gmoshkin поревьюй тоже пожалуйста.
pub enum AuthMethod { ChapSha1 = "chap-sha1", MD5 = "md5", }
Это правильно?
added 8 commits
-
9708f766...26da2901 - 4 commits from branch
master
- 62068ae5 - fix: `picodata connect` eats error logs and exit codes
- 27dcf0fa - fix: make `object_name` optional in `pico.grant_privilege`
- 23609fac - feat: Add `-a,--auth-type` to `picodata connect`
- 77119d74 - feat: Build picodata with LDAP support
Toggle commit list-
9708f766...26da2901 - 4 commits from branch
mentioned in issue #400 (closed)
mentioned in issue tarantool-module#186 (closed)
Please register or sign in to reply