1sasl_getconfpath_t(3)           SASL man pages           sasl_getconfpath_t(3)
2
3
4

NAME

6       sasl_getconfpath_t - The SASL callback to indicate location of the con‐
7       fig files
8
9
10

SYNOPSIS

12       #include <sasl.h>
13
14
15       int sasl_getconfpath_t(void *context,
16                         char ** path);
17
18

DESCRIPTION

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

RETURN VALUE

27       SASL callback functions should return SASL return codes. See sasl.h for
28       a complete list. SASL_OK indicates success.
29
30

CONFORMING TO

32       RFC 4422
33

SEE ALSO

35       sasl(3), sasl_callbacks(3), sasl_errors(3)
36
37
38
39SASL                           12 February 2006          sasl_getconfpath_t(3)
Impressum