1sasl_auxprop_SriemqpuleestA(u3tShAeSnLt)ication Security Layer Libsraasrly_aFuuxnpcrtoipo_nrsequest(3SASL)
2
3
4
6 sasl_auxprop_request - request auxialliary properties from SASL
7
9 cc [ flag ... ] file ... -lsasl [ library ... ]
10 #include <sasl/sasl.h>
11
12 int sasl_auxprop_request(sasl_conn_t *conn, const char **propnames);
13
14
16 The sasl_auxprop_request() interface requests that the SASL library
17 obtain properties form any auxialiary property plugins that might be
18 installed, for example, the user's home directory from an LDAP server.
19 The lookup occurs just after username canonicalization is complete.
20 Therefore, the request should be made before the call to
21 sasl_server_start(3SASL), but after the call to sasl_server_new(3SASL).
22
24 conn The sasl_conn_t for which the request is being made
25
26
27 propnames A null-terminated array of property names to request. This
28 array must persist until a call to sasl_dispose(3SASL) on
29 the sasl_conn_t.
30
31
33 sasl_auxprop_request() returns SASL_OK upon success. See
34 sasl_errors(3SASL) for a discussion of other SASL error codes.
35
37 See attributes(5) for descriptions of the following attributes:
38
39
40
41
42 ┌─────────────────────────────┬─────────────────────────────┐
43 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
44 ├─────────────────────────────┼─────────────────────────────┤
45 │Availability │SUNWlibsasl │
46 ├─────────────────────────────┼─────────────────────────────┤
47 │Interface Stability │Evolving │
48 ├─────────────────────────────┼─────────────────────────────┤
49 │MT-Level │Safe │
50 └─────────────────────────────┴─────────────────────────────┘
51
53 sasl_dispose(3SASL), sasl_errors(3SASL), sasl_server_new(3SASL),
54 sasl_server_start(3SASL), attributes(5)
55
56
57
58SunOS 5.11 22 Aug 2003 sasl_auxprop_request(3SASL)