[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem: LDAP Authentification on Courier Authdaemon



Hi again,

I found the error:

----- snipplet /usr/lib/courier/authlib/authdaemond ----------
[...]
AUTHDAEMOND=authdaemond.plain

if test -x $DIR/authdaemond.ldap
then
        AUTHDAEMOND=authdaemond.ldap
fi

if test -x $DIR/authdaemond.mysql
then
       AUTHDAEMOND=authdaemond.mysql
fi
[...]
-----------------------------------------------------

This script starts only the LAST available authdaemon ... in my case ALWAYS 
mysql ... dunno why Debian is confugured like that ...
I commented ou the mysql lines - and now it works.

Greetings! 




Reply to: