[Tickets #5184] confused auth entries in backends.php?

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Mar 29 23:27:43 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5184
-----------------------------------------------------------------------
 Ticket             | 5184
 Created By         | ms at wsap.ent
 Summary            | confused auth entries in backends.php?
 Queue              | Ingo
 Version            | 1.1.3
 Type               | Bug
 State              | Unconfirmed
 Priority           | 2. Medium
 Owners             | 
-----------------------------------------------------------------------


ms at wsap.ent (2007-03-29 16:27) wrote:

Hi, 
configuring ingo I had the problem with the optional user for
authentication in config/backends.php:

// The following settings can be used to specify an administration
// user to update all users' scripts.
// 'admin' => 'cyrus',
// 'password' => '*****',
// 'username' => Auth::getAuth(),

Using this, I got error messages like:
Mar 30 00:43:11 wsap saslauthd[25793]: do_auth         : auth failure:
[user=cyr
us] [service=sieve] [realm=] [mech=pam] [reason=PAM auth error]
...and thought "hrmpf, [user] doesn't have to be [cyrus]?!"

Trying it a bit I found out that it only works the opposite way:
        'admin' => Auth::getAuth(),
        'password' => 'p4$$\/\/0rd',
        'username' => 'cyrus',

Unfortunately, the labels are both wrong now - but it works!
I use SuSE 9.3 with Cyrus 2.2.12.
Cheers,
Martin.



More information about the bugs mailing list