Hello all: I am running 3.8 Generic i386. I am trying to get SMTP authentication working with Postfix using an OpenLDAP user database. I want to use the ldapdb auxprop sasl plugin as opposed to using saslauthd.
The cyrus-sasl2 port does not seem to have this plugin included. The source code can be found in the openldap port source tree under the contribs. (ldapdb.c) The README indicates this needs to be compiled and placed in the cyrus-sasl2 source tree in the plugins directory and compiled. The source does not come with any configuration or build scripts. What would be the best way to get this plugin working with cyrus-sasl2 on OpenBSD? If your answer is to follow what I just outlined above, I could use some help getting the source compiled. don..