Cyrus SASL aux prop plugin in C++
Edward Rudd
eddie at omegaware.com
Wed Nov 14 10:08:37 EST 2007
On Nov 14, 2007, at 9:32 AM, Anet Ivanova wrote:
> Hello,
>
> Is it possible to write aux prop plugin in C++ as so? What is
> needed to be recognized and loaded, except for to have the
> appropriate function implemented?
You should only need to make sure the *C hooks* that cyrus sasl
requires are available as extern "C" {} so sasl can call into your
module, then use those "C hooks" to call into your C++ code.
More information about the Cyrus-sasl
mailing list