Index Index for
Section 3
Index Alphabetical
listing for S
Bottom of page Bottom of
page

sasl_errstring(3)

NAME

sasl_errstring - Translate a SASL return code to a human-readable form

SYNOPSIS

#include <sasl.h> const char *sasl_errstring( int saslerr, const char *langlist, const char **outlang);

DESCRIPTION

sasl_errstring is called to convert a SASL return code (an integer) into a human readable string. At this time the only language available is American English. Note that a server should call sasl_usererr on a return code first if the string is going to be sent to the client.

RETURN VALUE

Returns the string.

CONFORMING TO

RFC 2222

SEE ALSO

sasl(3), sasl_errors(3)

Index Index for
Section 3
Index Alphabetical
listing for S
Top of page Top of
page