1sasl_getpath_t(10 July 2001)                      sasl_getpath_t(10 July 2001)
2
3
4

NAME

6       sasl_getpath_t  -  The SASL callback to indicate location of the mecha‐
7       nism drivers
8
9
10

SYNOPSIS

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

DESCRIPTION

20       sasl_getpath_t is used if the application wishes  to  use  a  different
21       location  for the SASL mechanism drivers (the shared library files). If
22       this callback is not used SASL will either  use  the  location  in  the
23       environment variable SASL_PATH or /usr/lib/sasl2 by default.
24

RETURN VALUE

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

CONFORMING TO

31       RFC 2222
32

SEE ALSO

34       sasl(3), sasl_callbacks(3), sasl_errors(3)
35
36
37
38SASL man pages                       SASL         sasl_getpath_t(10 July 2001)
Impressum