Hello all,
After months of use, I have finally hit my first problem. I was
currently running 0.37 and decided to upgrade to 1.0. Before upgrading
my authmodulelist file looked like:
authuserdb authshadow authpwd
However, after compiling the latest and installing I can no longer
authenticate. I looked at the newly installed authmodulelist and it
had been reduced to only
authdaemon
I put in the old list in the file but still no authentication method
would work, not even the authdaemon once I had started the daemon...
So, I tried to reconfigure sqwebmail to use the other authentication
modules and they still wouldn't be accepted. Here is what I did:
./configure --with-module=authshadow --with-module=authpwd --with-module=authpam
--with-module=authuserdb --with-cachedir=/var/cache/sqwebmail --enable-https
--enable-hardtimeout=14400 --enable-softtimeout=7200
--enable-cgibindir=/home/httpd/cgi-bin --with-maxformargsize=1024000
However, after configuration and running make, authlib/authinfo still
only reports:
AUTHENTICATION_MODULES="authdaemon"
AUTHDAEMONMODULELIST="authuserdb authmysql authpam"
SASL_AUTHENTICATION_MODULES="LOGIN"
I am not using authuserdb nor authmysql, and even though I have the pam
libraries and the webmail file in /etc/pam.d it won't even authenticate
through pam. I don't mind pam, however, I would like to know why
authshadow doesn't even work (it's not the sqwebmail-pass either since
I deleted it).
Finally, I tried to use the authtest program in authlib but each method
I tried to use failed.
So, does anyone have any ideas?
Andy
--
[-----------[system uptime]--------------------------------------------]
2:10pm up 7 days, 17:37, 5 users, load average: 1.42, 1.32, 1.24