1sasl_user_exists(3)             SASL man pages             sasl_user_exists(3)
2
3
4

NAME

6       sasl_user_exists - Check if a user exists on server
7
8

SYNOPSIS

10       #include <sasl/sasl.h>
11
12
13       int sasl_user_exists( sasl_conn_t *conn,
14                             const char *service, const char *user_realm,
15                             const char *user)
16
17

DESCRIPTION

19       sasl_user_exists will check if a user exists on the server.
20
21       conn a connection context
22
23       service Service name or NULL (for service name of connection context)
24
25       user_realm Realm to check in or NULL (for default realm)
26
27       user User name to check for existence of.
28
29

RETURN VALUE

31       Returns SASL_OK on success. SASL error code on failure.
32
33

CONFORMING TO

35       RFC 4422
36

SEE ALSO

38       sasl(3), sasl_errors(3)
39
40
41
42SASL                             10 July 2001              sasl_user_exists(3)
Impressum