manpagez: man pages & more
man sasl_user_exists(3)
Home | html | info | man
sasl_user_exists(3)                Cyrus SASL                sasl_user_exists(3)




NAME

       sasl_user_exists - Cyrus SASL documentation


SYNOPSIS

       #include <sasl/sasl.h>

       int sasl_user_exists( sasl_conn_t *conn,
                             const char *service,
                             const char *user_realm,
                             const char *user)


DESCRIPTION


       sasl_user_exists(3) sasl_conn_t *conn,

       const char *service,

       const char *user_realm,

       const char *user)
              sasl_user_exists will check if a user exists on the server.

              Parameters

                     o conn - the SASL context for this connection

                     o service - Service name or NULL (for service name of
                       connection context)

                     o user_realm - Realm to check in or NULL (for default
                       realm)

                     o user - User name to check for existence.


RETURN VALUE

       SASL functions should return SASL return codes.  See sasl.h for a
       complete list. SASL_OK indicates success.


SEE ALSO

       RFC 4422, sasl(3),:saslman:sasl_errors(3)


AUTHOR

       The Cyrus Team


COPYRIGHT

       1993-2016, The Cyrus Team



2.1.28                          February 18, 2022            sasl_user_exists(3)

cyrus-sasl2 2.1.28 - Generated Sun Sep 25 15:27:08 CDT 2022
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.