Skip to content
Snippets Groups Projects
  • Dmitry Rodionov's avatar
    a281cd84
    feat: add ldap support to pgproto · a281cd84
    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.
    a281cd84
    History
    feat: add ldap support to pgproto
    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.