Simple Authentication Security Layer Library Functions
saslgetpatht(3SASL)
NAME
saslgetpatht - the SASL callback function to indicate
location of the security mechanism drivers
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
int saslgetpatht(void *context, char **path);
DESCRIPTION
Use the saslgetpatht() function to enable the application
to use a different location for the SASL security mechanism
drivers, which are shared library files. If the
saslgetpatht() callback is not used, SASL uses
/usr/lib/sasl by default.
PARAMETERS
context The getpath context from the callback record
path The path(s) for the location of the SASL security
mechanism drivers. The values for path are
colon-separated.
RETURN VALUES
Like other SASL callback functions, saslgetpatht() returns
an integer that corresponds to a SASL error code. See
for a complete list of SASL error codes.
ERORS
SASLOK The call to saslgetpatht() was successful.
See saslerrors(3SASL) for information on SASL error codes.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 27 Oct 2003 1
Simple Authentication Security Layer Library Functions
saslgetpatht(3SASL)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibsasl
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
saslerrors(3SASL), attributes(5)
SunOS 5.11 Last change: 27 Oct 2003 2
Simple Authentication Security Layer Library Functions
saslgetpatht(3SASL)
SunOS 5.11 Last change: 27 Oct 2003 3
|