Simple Authentication Security Layer Library Functions
sasl_dispose(3SASL)
NAME
sasl_dispose - dispose of a SASL connection object
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
void sasl_dispose(sasl_conn_t **pconn);
DESCRIPTION
Use the sasl_dispose() interface when a SASL connection
object is no longer needed. Generally, the SASL connectionobject is no longer needed when the protocol session is com-
pleted, not when authentication is completed, as a security layer may have been negotiated.PARAMETERS
pconn The SASL connection contextRETURN VALUES
sasl_dispose() has no return values.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:_______________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|________________________________|
| Availability | system/library/security/libsasl||_____________________________|________________________________|
| Interface Stability | Committed ||_____________________________|________________________________|
| MT-Level | Safe |
|_____________________________|________________________________|
SEE ALSO
attributes(5)SunOS 5.11 Last change: 14 Oct 2003 1
Simple Authentication Security Layer Library Functionssasl_dispose(3SASL)
SunOS 5.11 Last change: 14 Oct 2003 2