extern struct PROFILE_REGISTRATION* sasl_profiles_Init

(struct configobj* appconfig)

Well-known entry point for the SASL ANONYMOUS and OTP profiles.

Documentation

Well-known entry point for the SASL ANONYMOUS and OTP profiles.

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

Keys:

SASL_ANONYMOUS_URI/SASL_OTP_URI
The registration URI for the profile (optional).
SASL_ANONYMOUS_IMODES/SASL_OTP_IMODES
The initiator_modes to use when registering the profile (optional).
SASL_ANONYMOUS_LMODES/SASL_OTP_LMODES
The listener_modes to use when registering the profile (optional).
SASL_OTP_DIRECTORY
The directory where OTP information is kept, defaults to "/tmp".
SASL_FAMILY_DEBUG
A non-zero value to enable debugging (optional).

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

Home Alphabetic index



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