NAME
saslverifyfilet - The SASL file verification
SYNOPSIS
##iinncclluuddee <
ttyyppeeddeeff eennuumm {{ SASLVRFYPLUGIN, /* a DLL/shared library plugin */ SASLVRFYCONF, /* a configuration file */ SASLVRFYPASSWD, /* a password storage file */ SASLVRFYOTHER /* some other file type */ }} ssaassllvveerriiffyyttyyppeett iinntt ssaassllvveerriiffyyffiilleett((vvooiidd *context,, ccoonnsstt cchhaarr *file,, ssaassllvveerriiffyyttyyppeett type))> DESCRIPTION
ssaassllvveerriiffyyffiilleett is used to check whether a given file is okay for use by the SASL library. this is intended to allow applications to sanity check the enviornment to ensure that plugins or the config file cannot be written to, etc. context context from the callback record file full path of the file to verify type type of the file. RREETTUURRNN VVAALLUUEE SASL callback functions should return SASL return codes. See sasl.h for a complete list. SASLOK indicates success.SEE ALSO
sasl(3), saslcallbacks(3) SASL man pages SASL saslverifyfilet(10 July 2001)