[horde] Temporarily set horde login to plaintext

lp.allard.1 at gmail.com lp.allard.1 at gmail.com
Sun Feb 19 13:03:29 UTC 2012



-----Original message-----
From: Ralf Lang <lang at b1-systems.de>
To: horde at lists.horde.org
Sent: Sat, Feb 18, 2012 14:47:04 EST
Subject: Re: [horde] Temporarily set horde login to plaintext

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
-- 
Horde mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org
---------

Your suggestions worked enough to resync my calendar and contacts to my phone!   Good to keep aside but deactivated if this situation happens again.

Thanks Ralph for your help! 


More information about the horde mailing list