[horde] Address book with LDAPs (636)

Andreas Schulze sca at andreasschulze.de
Sun Oct 6 22:10:27 UTC 2013


Am 06.10.2013 06:11 schrieb sovannaroth:
> I am trying to find the way that I could configure address book with Ldaps,
> but I could not find it. Could anyone show me how to do that?

Do use my ldapserver listening on ldaps only (no STARTTLS) I have this in
turba/config/backends.local.php:

<?php
$cfgSources['localldap']['disabled'] = false;
$cfgSources['localldap']['title'] = 'LDAP-Adressbuch (nur lesen)';
$cfgSources['localldap']['params']['server'] = 'ldaps://ldap.example.org';
$cfgSources['localldap']['params']['root'] = '...';
$cfgSources['localldap']['params']['bind_dn'] = '...';
$cfgSources['localldap']['params']['bind_password'] = '...';
$cfgSources['localldap']['params']['scope'] = 'sub';

Andreas


More information about the horde mailing list