Home
last modified time | relevance | path

Searched refs:SASL_BADSERV (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h200 #define SASL_BADSERV -10 /* server failed mutual authentication step */ macro
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c532 case SASL_BADSERV: in nsldapi_sasl_cvterrno()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c1151 case SASL_BADSERV: s = gettext("server failed mutual authentication step"); in sasl_errstring()
1232 case SASL_BADSERV: return "server failed mutual authentication step"; in sasl_errstring()