[horde] Temporarily set horde login to plaintext

Ralf Lang lang at b1-systems.de
Sat Feb 18 19:46:53 UTC 2012


Hi,

> Sorry for the top posting, that's just the way modern email clients work..

k9 mail on motorola droid does not force you to top post. Neither does 
imp, outlook, thunderbird, evolution, kontact or lotus notes.

Haven't checked the stock mail client on droid for a while though.

> What I meant by exchange server is the activesync function of horde
> synchronizing contacts and calendar events to mobile devices.. I should
> have said activesync I'm sorry..

Well I think the whole rpc.php stuff doesn't like auto auth. Which is a 
sane decision from a security pov.

You could setup the http auth driver though.

$conf['auth']['params']['htpasswd_file'] = 
'/usr/share/php5/PEAR/www/horde/passwd.passwd';
$conf['auth']['params']['encryption'] = 'plain';
$conf['auth']['driver'] = 'http';

passwd.passwd would look like this:

user1:user1passwd
user2:hispass
anotheruser:secret

This should enable rpc and sync. Provided there aren't any other obstacles.

> What I also meant by plain text is a simple login with username and
> password that are not encrypted at all.
>
> Seems with your suggestions I can login from my laptop and see my stuff
> but with limited access .. also the phone can't connect to active sync
> .. probably due to bad permissions?
>
>

I don't know your setup. You did not post any configuration.

-- 
Ralf Lang
Linux Consultant / Developer
Tel.: +49-170-6381563
Mail: lang at b1-systems.de

B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537


More information about the horde mailing list