Home
last modified time | relevance | path

Searched refs:AUTH_SASL (Results 1 – 6 of 6) sorted by relevance

/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h177 #define AUTH_SASL 10 macro
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/modules/
H A DLDAPMessage.jsm81 AUTH_SASL = 3;
95 idBlock: this._getContextId(this.AUTH_SASL),
/dports/databases/erlang-epgsql/epgsql-4.1.0/src/commands/
H A Depgsql_cmd_connect.erl40 -define(AUTH_SASL, 10). macro
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dproto.c477 case AUTH_SASL: in answer_authreq()
H A Dclient.c104 SEND_generic(res, client, 'R', "iss", AUTH_SASL, "SCRAM-SHA-256", ""); in send_client_authreq()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/protocols/
H A Dpostgresql.cpp48 #define AUTH_SASL 10 macro