NAME
saslgetoptt - The SASL get option callback
SYNOPSIS
##iinncclluuddee <
iinntt ssaassllggeettoopptttt((vvooiidd *context,, ccoonnsstt cchhaarr *pluginname,, ccoonnsstt cchhaarr *option,, ccoonnsstt cchhaarr **** result,, uunnssiiggnneedd ** len));> DESCRIPTION
ssaassllggeettoopptttt is used to retrieve an option, often mechanism specific, from the application. An example of this is requested what KERBEROSV4 srvtab file to use. pluginname is the plugin this value if for. option is a string representing the option. A common option that all server applications should handle is method for checking plaintext passwords. See the administrators guide for a full description of this option. Memory management of options supplied by the getopt callback should be done by the application, however, any requested option must remain available until the callback is no longer valid. That is, when sasldispose is called for a the connection it is associated with, or sasldone is called for global callbacks. RREETTUURRNN VVAALLUUEE SASL callback functions should return SASL return codes. See sasl.h for a complete list. SASLOK indicates success. CCOONNFFOORRMMIINNGG TTOO RFC 2222SEE ALSO
sasl(3), saslcallbacks(3), saslerrors(3) SASL man pages SASL saslgetoptt(10 July 2001)