1sasl_getpath_Sti(m3pSlAeSLA)uthentication Security Layer Library Fsuansclt_igoentspath_t(3SASL)
2
3
4

NAME

6       sasl_getpath_t - the SASL callback function to indicate location of the
7       security mechanism drivers
8

SYNOPSIS

10       cc [ flag ... ] file ... -lsasl   [ library ... ]
11       #include <sasl/sasl.h>
12
13       int sasl_getpath_t(void *context, char **path);
14
15

DESCRIPTION

17       Use the sasl_getpath_t() function to enable the application  to  use  a
18       different  location  for the SASL security mechanism drivers, which are
19       shared library files. If the sasl_getpath_t()  callback  is  not  used,
20       SASL uses /usr/lib/sasl by default.
21

PARAMETERS

23       context    The getpath context from the callback record
24
25
26       path       The  path(s) for the location of the SASL security mechanism
27                  drivers. The values for path are colon-separated.
28
29

RETURN VALUES

31       Like other SASL callback functions, sasl_getpath_t() returns an integer
32       that corresponds to a SASL error code. See <sasl.h> for a complete list
33       of SASL error codes.
34

ERRORS

36       SASL_OK    The call to sasl_getpath_t() was successful.
37
38
39
40       See sasl_errors(3SASL) for information on SASL error codes.
41

ATTRIBUTES

43       See attributes(5) for descriptions of the following attributes:
44
45
46
47
48       ┌─────────────────────────────┬─────────────────────────────┐
49       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
50       ├─────────────────────────────┼─────────────────────────────┤
51       │Availability                 │SUNWlibsasl                  │
52       ├─────────────────────────────┼─────────────────────────────┤
53       │Interface Stability          │Evolving                     │
54       ├─────────────────────────────┼─────────────────────────────┤
55       │MT-Level                     │MT-Safe                      │
56       └─────────────────────────────┴─────────────────────────────┘
57

SEE ALSO

59       sasl_errors(3SASL), attributes(5)
60
61
62
63SunOS 5.11                        27 Oct 2003            sasl_getpath_t(3SASL)
Impressum