SASL_SERVER_USERDB_SETPASS_T(3SASL) | Simple Authentication Security Layer Library Functions | SASL_SERVER_USERDB_SETPASS_T(3SASL) |
sasl_server_userdb_setpass_t - user database plaintext password setting callback function
cc [ flag ... ] file ... -lsasl [ library ... ] #include <sasl/sasl.h> int sasl_server_userdb_setpass_t(sasl_conn_t *conn, void *context,
const char *user, const char *pass, unsigned passlen, struct propctx *propctx,
unsigned flags);
Use the sasl_server_userdb_setpass_t() callback function to store or change a a plaintext password in the callback supplier's user database.
conn
context
user
pass
passlen
propctx
flags
Like other SASL callback functions, sasl_server_userdb_setpass_t() returns an integer that corresponds to a SASL error code. See <sasl.h> for a complete list of SASL error codes.
SASL_OK
See sasl_errors(3SASL) for information on SASL error codes.
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Evolving |
MT-Level | MT-Safe |
October 27, 2003 | OmniOS |