I am running Courier on FreeBSD (built from the port with WITH_MYSQL=YES)
and my goal here is to have MySQL and /etc/passwd authentication working
simultaneously.  In my authdaemonrc, I have:

authmodulelist="authmysql authpwd"

with the "version" line commented out.  With this configuration, I am
unable to login using a system account.

HOWEVER, if I set:

version="authdaemond.plain"

then I can login with a system account, regardless of whether 'authpwd' is
in authmodulelist.

NOTE:  the FreeBSD port compiles courier with PAM but it's unclear whether
PAM is actually being used.  Either way, using:

authmodulelist="authmysql authpwd authpam"

still does not work.  ps shows several instances of authdaemond.mysql
running, along with couriertcpd and courierlogger.

Any help would be much appreciated. Thanks!

-Brian







-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to