1sasl_getconfpath_t(12 February 2006) sasl_getconfpath_t(12 February 2006)
2
3
4
6 sasl_getconfpath_t - The SASL callback to indicate location of the con‐
7 fig files
8
9
10
12 #include <sasl.h>
13
14
15 int sasl_getconfpath_t(void *context,
16 char ** path);
17
18
20 sasl_getconfpath_t is used if the application wishes to use a different
21 location for the SASL configuration files. If this callback is not used
22 SASL will either use the location in the environment variable
23 SASL_CONF_PATH (provided we are not SUID or SGID) or /etc/sasl2 by
24 default.
25
27 SASL callback functions should return SASL return codes. See sasl.h for
28 a complete list. SASL_OK indicates success.
29
30
32 RFC 2222
33
35 sasl(3), sasl_callbacks(3), sasl_errors(3)
36
37
38
39SASL man pages SASL sasl_getconfpath_t(12 February 2006)