'\" te .\" Copyright (C) 1998-2003, Carnegie Mellon Univeristy. All Rights Reserved. .\" Portions Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved .TH sasl_chalprompt_t 3SASL "14 Oct 2003" "SunOS 5.11" "Simple Authentication Security Layer Library Functions" .SH NAME sasl_chalprompt_t \- prompt for input in response to a challenge .SH SYNOPSIS .LP .nf \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsasl\fR [ \fIlibrary\fR ... ] #include \fBint\fR \fBsasl_chalprompt_t\fR(\fBvoid *\fR\fIcontext\fR, \fBint\fR \fIid\fR, \fBconst char *\fR\fIchallenge\fR, \fBconst char *\fR\fIprompt\fR, \fBconst char *\fR\fIdefresult\fR, \fBconst char **\fR\fIresult\fR, \fBunsigned *\fR\fIlen\fR); .fi .SH DESCRIPTION .sp .LP Use the \fBsasl_chalprompt_t()\fR callback interface to prompt for input in response to a server challenge. .SH PARAMETERS .sp .ne 2 .mk .na \fB\fIcontext\fR\fR .ad .RS 13n .rt The context from the callback record. .RE .sp .ne 2 .mk .na \fB\fIid\fR\fR .ad .RS 13n .rt The callback id. \fIid\fR can have a value of \fBSASL_CB_ECHOPROMPT\fR or \fBSASL_CB_NOECHOPROMPT\fR .RE .sp .ne 2 .mk .na \fB\fIchallenge\fR\fR .ad .RS 13n .rt The server's challenge. .RE .sp .ne 2 .mk .na \fB\fIprompt\fR\fR .ad .RS 13n .rt A prompt for the user. .RE .sp .ne 2 .mk .na \fB\fIdefresult\fR\fR .ad .RS 13n .rt The default result. The value of \fIdefresult\fR can be \fINULL\fR .RE .sp .ne 2 .mk .na \fB\fIresult\fR\fR .ad .RS 13n .rt The user's response. \fIresult\fR is a null-terminated string. .RE .sp .ne 2 .mk .na \fB\fIlen\fR\fR .ad .RS 13n .rt The length of the user's response. .RE .SH RETURN VALUES .sp .LP Like other SASL callback functions, \fBsasl_chalprompt_t()\fR returns an integer that corresponds to a SASL error code. See <\fBsasl.h\fR> for a complete list of SASL error codes. .SH ERRORS .sp .ne 2 .mk .na \fB\fBSASL_OK\fR\fR .ad .RS 11n .rt The call to \fBsasl_chalprompt_t()\fR was successful. .RE .sp .LP See \fBsasl_errors\fR(3SASL) for information on SASL error codes. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ Availabilitysystem/library/security/libsasl _ Interface StabilityCommitted _ MT-LevelMT-Safe .TE .SH SEE ALSO .sp .LP \fBsasl_errors\fR(3SASL), \fBsasl_server_new\fR(3SASL), \fBattributes\fR(5)