Simple Authentication Security Layer Library Functions
sasldispose(3SASL)
NAME
sasldispose - dispose of a SASL connection object
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
void sasldispose(saslconnt **pconn);
DESCRIPTION
Use the sasldispose() interface when a SASL connection
object is no longer needed. Generally, the SASL connection
object 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 context
RETURN VALUES
sasldispose() has no return values.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibsasl
Interface Stability Evolving
MT-Level Safe
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 14 Oct 2003 1
Simple Authentication Security Layer Library Functions
sasldispose(3SASL)
SunOS 5.11 Last change: 14 Oct 2003 2
|