extern struct PROFILE_REGISTRATION* cyrus_profiles_Init

(struct configobj* appconfig)

Well-known entry point for the SASL profiles implemented by Cyrus.

Documentation

Well-known entry point for the SASL profiles implemented by Cyrus.

Note that you must call sasl_server_init or sasl_client_init before you call this routine. (But, first of all, you must call cyrus_first.)

Parameters:
appconfig - A pointer to the configuration structure used for configuration purposes.

Keys:

SASL_CYRUS_DEBUG
A non-zero value to enable debugging (optional).
SASL_CYRUS_SERVICE
The registered name of the service using SASL, defaults to "beep".

Returns:
A pointer to a linked-list of profile-registration structures.

Home Alphabetic index



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