[horde] Horde 3 and LDAP (solved)

Andy Dorman adorman at ironicdesign.com
Thu Oct 28 20:14:11 UTC 2010


On 10/28/2010 01:14 PM, Andreas Schallenberg wrote:
>
> Thank you for your config file section, it was quite revealing.
> Things work here now. My current section is:
>
> $conf['auth']['admins'] = array('hordeadmin');
> $conf['auth']['checkip'] = true;
> $conf['auth']['checkbrowser'] = true;
> $conf['auth']['alternate_login'] = false;
> $conf['auth']['redirect_on_logout'] = false;
> $conf['auth']['driver'] = 'ldap';
> $conf['auth']['params']['hostspec'] = 'localhost';
> $conf['auth']['params']['basedn'] = 'ou=people,dc=mydomain,dc=de';
> $conf['auth']['params']['binddn'] = 'cn=admin,dc=mydomain,dc=de';
> $conf['auth']['params']['password'] = 'myldapadminpassword;
> $conf['auth']['params']['tls'] = 'false';
> $conf['auth']['params']['ad'] = 'false';
> $conf['auth']['params']['encryption'] = 'plain';
> $conf['auth']['params']['uid'] = 'cn';
> $conf['auth']['params']['scope'] = 'one';
> $conf['auth']['params']['version'] = '3';
> $conf['auth']['params']['objectclass'] = array('inetOrgPerson');
> $conf['auth']['params']['filter_type'] = 'objectclass';
>
> Thanks again,
> Andreas

You are welcome and glad it helped.  We have received help from several people 
working with Horde/IMP and I am happy to have the chance to give back a little bit.

Sincerely,

-- 
Andy Dorman
FanMail.com
Ironic Design, Inc.
AnteSpam.com, HomeFreeMail.com, ComeHome.net


More information about the horde mailing list