Simple Authentication Security Layer Library Functions
saslauxproprequest(3SASL)
NAME
saslauxproprequest - request auxialliary properties from
SASL
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
int saslauxproprequest(saslconnt *conn, const char **propnames);
DESCRIPTION
The saslauxproprequest() interface requests that the SASL
library obtain properties form any auxialiary property plu-
gins that might be installed, for example, the user's home
directory from an LDAP server. The lookup occurs just after
username canonicalization is complete. Therefore, the
request should be made before the call to
saslserverstart(3SASL), but after the call to
saslservernew(3SASL).
PARAMETERS
conn The saslconnt for which the request is being
made
propnames A null-terminated array of property names to
request. This array must persist until a call
to sasldispose(3SASL) on the saslconnt.
ERORS
saslauxproprequest() returns SASLOK upon success. See
saslerrors(3SASL) for a discussion of other SASL error
codes.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 22 Aug 2003 1
Simple Authentication Security Layer Library Functions
saslauxproprequest(3SASL)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibsasl
Interface Stability Evolving
MT-Level Safe
SEE ALSO
sasldispose(3SASL), saslerrors(3SASL),
saslservernew(3SASL), saslserverstart(3SASL), attri-
butes(5)
SunOS 5.11 Last change: 22 Aug 2003 2
Simple Authentication Security Layer Library Functions
saslauxproprequest(3SASL)
SunOS 5.11 Last change: 22 Aug 2003 3
|