[OGo-Users] RE: Ogo + Cyrus + saslauthd
Mark Pavlichuk
users@opengroupware.org
Fri, 15 Jun 2007 15:32:00 +1000
> The failure is almost certainly in PAM, so saslauthd isn't going to be
> able to give you any useful error messages.
The problem was pw_type in pam_pgsql.conf , namely :
pw_type = crypt
...should be...
pw_type = crypt_md5
Also, in the documentation I read the "database" and "user" fields
were "OGo" but should be "ogo".
I should mention that I'm using a nightly build of Ogo, which
probably makes a difference.
-Mark
ps. I was having issues with getting debug output from syslog : nothing
seemed to be logged despite asking libpam_pgsql for debug output in
the configuration. Luckily trial and error solved the problem for
me.