Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_err.c140 case LDAP_STRONG_AUTH_REQUIRED: in translate_ldap_error()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c41 { LDAP_STRONG_AUTH_REQUIRED, 0 },
112 { LDAP_STRONG_AUTH_REQUIRED, "Strong authentication required" },
/illumos-gate/usr/src/head/
H A Dldap.h258 #define LDAP_STRONG_AUTH_REQUIRED 0x08 /* 8 */ macro