NAME
saslsetprop - Set a SASL property
SYNOPSIS
##iinncclluuddee <
iinntt ssaassllsseettpprroopp((ssaassllccoonnnntt *conn,, iinntt propnum,, ccoonnsstt vvooiidd ** pvalue))> DESCRIPTION
ssaassllsseettpprroopp sets the value of a SASL property. For example an applica-
tion should tell the SASL library about any external negotiated secu-
rity layer (i.e. TLS). conn is the SASL connection object. propnum is the identifier for the property requested and pvalue contains a pointer to the data. It is the applications job to make sure this type is correct. This is an easy way to crash a program.SASLAUTHEXTERNAL - external authentication ID (const char *)
SASLSSFEXTERNAL - external SSF active - (saslssft)
SASLDEFUSERREALM - user realm (const char *)
SASLSECPROPS - saslsecuritypropertiest (may be freed after call)
SASLIPLOCALPORT - string describing the local ip and port in the form
"a.b.c.d;p", or "e:f:g:h:i:j:k:l;port"SASLIPREMOTEPORT - string describing the remote ip and port in the form
"a.b.c.d;p", or "e:f:g:h:i:j:k:l;port" RREETTUURRNN VVAALLUUEE Returns SASLOK on success. SASL error code on failure. CCOONNFFOORRMMIINNGG TTOO RFC 2222SEE ALSO
sasl(3), saslerrors(3) SASL man pages SASL saslsetprop(10 July 2001)