Skip to content
Snippets Groups Projects
Commit a281cd84 authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

feat: add ldap support to pgproto

The patch adds support of ldap auth method to pgproto. For ldap we
request user password in clear text using corresponding protocol
message. Afterwards password is passed to tarantool `authenticate`
method which handles ldap based auth.

Important: since password is transferred as clear text it is advised to
setup ssl.
parent ecdbd777
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment