[horde] ldap pref
Edwin Culp
eculp at viviendaatualcance.com.mx
Wed Feb 11 09:10:48 PST 2004
Quoting Rodrigo Gesswein <rodri at chilesat.net>:
> Hi!
>
> Does anyone have a horde framework configured to store user's pref. in a
> ldap server (OpenLdap) ? if so, please e-mail privately.
Rodrigo,
I'm not sure that I understand but if I am, I'm using:
$conf['prefs']['driver'] = 'ldap';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['port'] = '389';
$conf['prefs']['params']['rootdn'] = 'cn=Manager,o=mydomain.org';
$conf['prefs']['params']['password'] = 'secret';
$conf['prefs']['params']['basedn'] = 'ou=people,o=mydomain.org';
$conf['prefs']['params']['uid'] = 'mail';
Of course this is just an example and it seems to work fine.
Good luck,
ed
>
> Thank you in advance..
>
> Rodrigo!
>
>
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list