Home
last modified time | relevance | path

Searched refs:get_ldap_host (Results 1 – 9 of 9) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/libmysql/authentication_ldap/
H A Dauth_ldap_sasl_mechanism.cc59 void Sasl_mechanism_kerberos::get_ldap_host(std::string &host) { in get_ldap_host() function in Sasl_mechanism_kerberos
62 m_kerberos->get_ldap_host(host); in get_ldap_host()
78 void Sasl_mechanism::get_ldap_host(std::string &host) { host = ""; } in get_ldap_host() function in Sasl_mechanism
H A Dauth_ldap_sasl_mechanism.h44 void virtual get_ldap_host(std::string &host);
58 void virtual get_ldap_host(std::string &host) override;
H A Dauth_ldap_kerberos.h86 void get_ldap_host(std::string &host);
H A Dauth_ldap_kerberos.cc52 void Kerberos::get_ldap_host(std::string &host) { host = m_ldap_server_host; } in get_ldap_host() function in auth_ldap_client_kerberos_context::Kerberos
H A Dauth_ldap_sasl_client.cc176 m_sasl_mechanism->get_ldap_host(m_ldap_server_host); in initilize()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/test/
H A Dtestldap.c75 static int get_ldap_host(void) in get_ldap_host() function
241 if (get_ldap_host()) { in testldap()
/dports/devel/apr1/apr-util-1.6.1/test/
H A Dtestldap.c75 static int get_ldap_host(void) in get_ldap_host() function
241 if (get_ldap_host()) { in testldap()
/dports/sysutils/webmin/webmin-1.981/ldap-client/
H A Dcheck.cgi48 $ldaphost ||= &get_ldap_host();
H A Dldap-client-lib.pl400 sub get_ldap_host subroutine