| Summary | horde-alarm.sh tries to authenticate admin user |
| Queue | Horde Base |
| Queue Version | 5.1.4 |
| Type | Bug |
| State | Duplicate |
| Priority | 1. Low |
| Owners | |
| Requester | wbreyha (at) gmx (dot) net |
| Created | 9/17/13 (4661 days ago) |
| Due | |
| Updated | 9/17/13 (4661 days ago) |
| Assigned | |
| Resolved | 9/17/13 (4661 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Duplicate
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ horde-alarm.sh tries to authenticate admin user
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
We have set up horde to authenticate against IMP
($conf[auth][params][app] = 'imp') and we have some admin users defined.
Starting horde-alarm.sh shows two failed attemps for every available
IMAP AUTH MECH available for the first admin user defined in the
servers log.
As far as I've searched the source horde-alarm.sh sets cli=>true which
sets authenticate=>none. But a strace shows that it does some SELECT
statements for the admin user first defined in $conf[auth][admins] and
it even tries to authenticate via IMP against our IMAP server.