[turba] Horde with ADS address book
Yves Bilgeri
yves.bilgeri at bbw.ch
Thu Oct 2 14:29:22 UTC 2008
Ryan . schrieb:
> 'filter' => '(&(uid=*)(objectClass=posixAccount))'
>
> Is this correct ??? or does it need any modification ???
See my working configuration below, maybe it helps you.
$cfgSources['localldap_student'] = array(
'title' => _("Studenten"),
'type' => 'ldap',
'params' => array(
'server' => 'dc.example.net',
'port' => 389,
'tls' => false,
'root' => 'ou=Students,dc=example,dc=net',
'bind_dn' => 'MailRelay at example.net',
'bind_password' => '*****',
'sizelimit' => 2000,
'dn' => array('cn'),
'objectclass' => array('top', 'person', 'organizationalPerson'),
'scope' => 'sub',
'netarset' => 'utf-8',
'neteckrequired' => false,
'neteckrequired_string' => ' ',
'filter' => '&(mail=*stud.example.net)',
'version' => 3
),
More information about the turba
mailing list