A quick question...

We downloaded the patches form Openldap.org, but looking at the source, there are no
provisions to pass ldap_server or ldap_basedn.  Am I missing something here?  The
code in the pwcheck_ldap.c suggests that you need to hard-code the ldap information
in, then compile.

We are using the latest CVS, with the -C config option, and patches found at
http://www.surf.org.uk/patches/index.html

Is the the correct patch to use?  Does anyone have any advise on how to get this
going?  The e-mail below suggests it is pretty effortless, but all attempts we have
made have failed.

Thanks,
-John

> you could always use the sasl_ldap patches and assuming each of your imapd's has
> a seperate imapd.conf (the link is somewhere in the openldap.org faq-o-matic)
>
> in the imapd.conf for someplace.com
>
> sasl_pwcheck_method: ldap
> sasl_ldap_server: ldap.ofs.edu.sg
> sasl_ldap_basedn: ou=people,dc=someplace,dc=com
>
> in the imapd.conf for someotherplace.com
>
> sasl_pwcheck_method: ldap
> sasl_ldap_server: ldap.ofs.edu.sg
> sasl_ldap_basedn: ou=people,dc=someotherplace,dc=com
>
> etc, etc.
>
> I have this working successfully with cyrus-imapd 2.0.12

Reply via email to