Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_error.c39 static struct ns_ldaperror ns_ldap_errlist[] = { variable
59 ns_ldap_errlist[i++].e_reason = gettext("Success"); in ns_ldaperror_init()
60 ns_ldap_errlist[i++].e_reason = gettext("Operation failed"); in ns_ldaperror_init()
61 ns_ldap_errlist[i++].e_reason = gettext("Object not found"); in ns_ldaperror_init()
62 ns_ldap_errlist[i++].e_reason = gettext("Memory failure"); in ns_ldaperror_init()
63 ns_ldap_errlist[i++].e_reason = in ns_ldaperror_init()
65 ns_ldap_errlist[i++].e_reason = gettext("Partial result"); in ns_ldaperror_init()
66 ns_ldap_errlist[i++].e_reason = gettext("LDAP error"); in ns_ldaperror_init()
67 ns_ldap_errlist[i++].e_reason = gettext("Invalid parameter"); in ns_ldaperror_init()
68 ns_ldap_errlist[i++].e_reason = gettext("Unknown error"); in ns_ldaperror_init()
[all …]