Cyrus SASL profiles


o (*sasl_conn_callback_t)
Prototype for the connection creation callback
o (*sasl_interact_callback_t)
Prototype for the client interaction callback
o SASL_CYRUS_DEBUG
Enables debug mode for the SASL family of profiles, defaults to "0"
o SASL_CYRUS_SERVICE
Specifies the registered name of the service using SASL, defaults to "beep"
o SASL_CYRUS_MINSSF
Specifies the minimum SSF that may be negotiated defaults to 0.
o SASL_CYRUS_MAXSSF
Specifies the maximum SSF that may be negotiated defaults to 256.
o SASL_CYRUS_PLUGINPATH
Specifies the registered name of the service using SASL, optional
o cyrus_profiles_Init
Well-known entry point for the SASL profiles implemented by Cyrus.
o cyrus_first
The function to call before calling sasl_client_init or sasl_server_init
o cyrus_client_callbacks
Returns a sasl_callback_t array, suitable for passing to sasl_client_init.
o cyrus_server_callbacks
Returns a sasl_callback_t array, suitable for passing to sasl_server_init.
o cyrus_callback_setlog
Sets the SASL_CB_LOG callback to use the logging package.
o cyrus_fillin
A default interaction-handler.
o cyrus_tune
Configures a profile-registration structure to invoke a user-supplied callback when it wants to create a sasl_conn_t.
o cyrus_login
Tune using SASL, and update the connection's configuration structure accordingly.

Home Alphabetic index



This page was generated with the help of DOC++.