Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
SASL_CANON_USER_T(3)              Cyrus SASL              SASL_CANON_USER_T(3)

NAME
       sasl_canon_user_t - Cyrus SASL documentation

SYNOPSIS
       #include <sasl/sasl.h>

       int sasl_canon_user_t(sasl_conn_t *conn, void *context, const char *user, unsigned ulen,
                             unsigned flags, const char *user_realm, char *out_user,
                             unsigned out_umax, unsigned *out_ulen)

DESCRIPTION
       int sasl_canon_user_t(sasl_conn_t *conn,

       void *context,

       const char *user,

       unsigned ulen,

       unsigned flags,

       const char *user_realm,

       char *out_user,

       unsigned out_umax,

       unsigned *out_ulen)
              sasl_canon_user_t  is  the callback for an  application-supplied
              user  canonicalization  function.  This function is  subject  to
              the  requirements that all user canonicalization functions  are:
              It  must  copy the result into the output buffers, but the  out-
              put buffers and the input buffers  may be the same.

              Parameters

                     o context  context from the callback record

                     o user  un-canonicalized username

                     o ulen  length of user

                     o flags   Either SASL_CU_AUTHID (indicating the authenti-
                       cation ID is being  canonicalized)  or  SASL_CU_AUTHZID
                       (indicating  the   authorization ID is to be canonical-
                       ized) or a bitwise OR of the the two.

                     o user_realm  Realm of authentication.

                     o out_user  The output buffer for the canonicalized user-
                       name

                     o out_umax  Maximum length for out_user

                     o out_ulen  Actual length of out_user

              Returns
                     SASL_OK  indicates success. See sasl_errors(3) for a full
                     list of SASL error codes.

CONFORMING TO
       RFC 4422

SEE ALSO
       sasl(3), sasl_errors(3), sasl_callbacks(3)

AUTHOR
       The Cyrus Team

COPYRIGHT
       1993-2022, The Cyrus Team

2.1.28                            2022-11-22              SASL_CANON_USER_T(3)

Czas wygenerowania: 0.00032 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2025 Linux.pl
Hosted by Hosting Linux.pl