[horde] Horde 3 and LDAP (solved)

Andreas Schallenberg Andreas.Schallenberg at eurobild.com
Thu Oct 28 18:14:15 UTC 2010


Am Dienstag, 26. Oktober 2010 schrieb Andy Dorman:
> On 10/25/2010 04:46 PM, Andreas Schallenberg wrote:
> ...
> And FWIW, below is a sanitized look at our settings...Since we block all outside 
> access to LDAP and run LDAP locally on each server for read access, we do not 
> use encryption to help a little with login speed.
> ...

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


More information about the horde mailing list