[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: userPassword: {KERBEROS}/{SASL} help!



>>>>> "Lewis" == Lewis Thompson <purple@fajita.org> writes:

    Lewis> I have searched quite a lot to find out how to do this with
    Lewis> ``broken'' software (really software that just doesn't
    Lewis> understand SASL or GSSAPI) and it seems to be through
    Lewis> setting userPassword to {KERBEROS}principal@REALM or
    Lewis> {SASL}...

Nowadays, only {SASL} is supported. You must however configure the
'saslauthd' that comes with Cyrus SASL v2.1. My command line looks
like:

        /usr/sbin/saslauthd -m /var/run/saslauthd -n 3 -c -l -a kerberos5

You should run this on the LDAP server...