[OGo-Users] Ogo + Cyrus + saslauthd

Mark Pavlichuk users@opengroupware.org
Wed, 13 Jun 2007 18:54:54 +1000


  I'm experimenting with getting Cyrus to authenticate against 
Ogo/PostgreSQL via SASL.

  My /etc/pam_pgsql.conf is as follows :

database = ogo
host = localhost
user = ogo
password = ********
table = person
user_column = login
pwd_column = password
pwd_type = crypt

  I'm using the password in 
/etc/opengroupware.org/ogo/Defaults/NSGlobalDomain.plist.
Is this correct?

  I noticed that Adam Tauno Williams wrote an email in November about 
this, and it seems
he was using a custom database view.  Is this required rather than 
simply using the person
table?

  In any case :

testsaslauthd -u markp -p my_password -s imap

  ...returns :

0: NO "authentication failed"

-Mark