feat: support ldap in pgproto
- Dec 28, 2024
-
-
Dmitry Rodionov authored
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.
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
glauth was installed in CI but we unconditionally skipped the test. Run the test depending on the glauth availability.
-