Query: sasl_canon_user_t
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sasl_server_userdb_checkpass_t(10 July 2001) sasl_server_userdb_checkpass_t(10 July 2001)NAMEsasl_server_userdb_checkpass_t - Plaintext Password Verification CallbackSYNOPSIS#include <sasl/sasl.h> int sasl_canon_user_t(sasl_conn_t *conn, void *context, const char *user, unsigned ulen, unsigned flags, const char *user_realm, char *out_user, unsigned out_umax, unsigned *out_ulen)DESCRIPTIONsasl_canon_user_t Is the callback for an application-supplied user cannonicalization function. This function is subject to the require- ments that all user canonicalization functions are: It must copy the result into the output buffers, but the output buffers and the input buffers may be the same. context context from the callback record user and ulen Un-canonicalized username (and length) flags Either SASL_CU_AUTHID (indicating the authentication ID is being canonicalized) or SASL_CU_AUTHZID (indicating the authorization ID is to be canonicalized) or a bitwise OR of the the two. user_realm Realm of authentication. out_user and out_umax and out_ulen The output buffer, max length, and actual length for the username.RETURN VALUESASL callback functions should return SASL return codes. See sasl.h for a complete list. SASL_OK indicates success.SEE ALSOsasl(3), sasl_callbacks(3), sasl_errors(3) SASL man pages SASL sasl_server_userdb_checkpass_t(10 July 2001)
Related Man Pages |
---|
sasl_canon_user_t(3) - redhat |
sasl_server_userdb_setpass_t(3) - suse |
sasl_canon_user_t(3) - osx |
sasl_server_userdb_setpass_t(3) - osx |
sasl_canon_user_t(3sasl) - sunos |
Similar Topics in the Unix Linux Community |
---|
How to increase max username length? |
Modify the max username length |