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

NAME

6       sasl_getpath_t - Cyrus SASL documentation
7

SYNOPSIS

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

DESCRIPTION

15       int sasl_getpath_t(void *context, char ** path);
16              sasl_getpath_t()  is  used  if  the application wishes to use  a
17              different  location   for   the   SASL  mechanism  drivers  (the
18              shared  library  files).  If this callback is not used SASL will
19              either use the location in the environment variable SASL_PATH or
20              /usr/lib/sasl2 by default.
21

RETURN VALUE

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

SEE ALSO

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

AUTHOR

32       The Cyrus Team
33
35       1993-2016, The Cyrus Team
36
37
38
39
402.1.27                         January 29, 2018              SASL_GETPATH_T(3)
Impressum