On 03/24/2016 03:30 AM, Howard Chu wrote:
Use the source.
https://cgit.cyrus.foundation/cyrus-sasl/tree/plugins/ldapdb.c#n2
In an open source project, your first action on any question should
always be to read the source.
Jan Parcel via Cyrus-sasl wrote:
I need to provide a libsasl2 package that lets sysadmins decide how
they want
to configure
sasl at runtime.
For mech plugins, it appears that I can get an application to ignore an
installed plugin using
mech_list:
But for auxprop plugins, I do not seem able to force ignoring the ldapdb
plugin using
auxprop_plugin: or canon_user_plugin:
What am I doing wrong?
Thanks in advance for any help.
I don't see anything in there to prevent this code from being called in
the first place, which is what my question is.
I'll just remove it until I have time to run the code under a debugger
and find out why auxprop_plugin: sasldb
still calls ldapdb.