[Tickets #10063] Re: Automatic search fail with LDAP addressbook
bugs at horde.org
bugs at horde.org
Fri May 13 07:24:23 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10063
------------------------------------------------------------------------------
Ticket | 10063
Updated By | rafael.molina.sspa at juntadeandalucia.es
Summary | Automatic search fail with LDAP addressbook
Queue | IMP
Version | 5.0.2
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
rafael.molina.sspa at juntadeandalucia.es (2011-05-13 07:24) wrote:
This is my configuration en backends.php
$cfgSources['localldap'] = array(
// Disabled by default
'disabled' => false,
'title' => _("Corporativo"),
'type' => 'ldap',
'params' => array(
'server' => '192.168.0.9',
'port' => 389,
'tls' => false,
'root' => '',
'bind_dn' => '',
'bind_password' => '',
//'sizelimit' => 0,
'dn' => array('cn'),
'objectclass' => array('*'),
//'scope' => 'sub',
//'charset' => 'utf-8',
//'checkrequired' => false,
//'checkrequired_string' => ' ',
//'checksyntax' => false,
'version' => 3,
),
'map' => array(
'__key' => 'dn',
'name' => 'cn',
'email' => 'mail',
),
'search' => array(
'name',
'email'
),
'export' => true,
'browse' => true,
);
More information about the bugs
mailing list