1SASL_GETPATH_T(3) Cyrus SASL SASL_GETPATH_T(3)
2
3
4
6 sasl_getpath_t - Cyrus SASL documentation
7
9 #include <sasl/sasl.h>
10
11 int sasl_getpath_t(void *context,
12 char ** path);
13
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
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
29 RFC 4422,:saslman:sasl(3), sasl_callbacks(3)
30
32 The Cyrus Team
33
35 1993-2016, The Cyrus Team
36
37
38
39
402.1.27 November 08, 2018 SASL_GETPATH_T(3)