1SASL_GETCONFPATH_T(3)             Cyrus SASL             SASL_GETCONFPATH_T(3)
2
3
4

NAME

6       sasl_getconfpath_t - Cyrus SASL documentation
7

SYNOPSIS

9       #include <sasl/sasl.h>
10
11       int sasl_getconfpath_t(void *context, char ** path);
12

DESCRIPTION

14       int sasl_getconfpath_t(void *context, char ** path);
15              sasl_getconfpath_t() is used if the  application  wishes  to use
16              a different location for the SASL configuration files.  If  this
17              callback  is not used  SASL  will  either  use  the location  in
18              the environment variable SASL_CONF_PATH  (provided  we  are  not
19              SUID or SGID) or /etc/sasl2 by default.
20

RETURN VALUE

22       SASL   callback  functions should return SASL return codes.  See sasl.h
23       for a complete list. SASL_OK indicates success.
24
25       Other return codes indicate errors and should be handled.
26

SEE ALSO

28       RFC 4422,:saslman:sasl(3), sasl_callbacks(3)
29

AUTHOR

31       The Cyrus Team
32
34       1993-2016, The Cyrus Team
35
36
37
38
392.1.27                         January 29, 2018          SASL_GETCONFPATH_T(3)
Impressum