[turba] ADS address book

Ryan . ryan.virgo at gmail.com
Sat Sep 27 15:04:27 UTC 2008


Hi List

I have been trying to configure my horde installation to connect to an ADS
for the address lookup.

my sources.php file is as below

$cfgSourses['localldap'] = array(
    'title' => _("Shared Directory"),
    'type' => 'ldap',
    'params' => array(
        'server' => '192.168.31.202',
        'port' => 3268,
        'root' => 'dc=crestgraphics,dc=com',
        'bind_dn' => 'cn=proxyuser,ou=Users,dc=example,dc=com',
        'bind_password' => '********',
        'sizelimit' => 200,
        'filter' => '(&(uid=*)(objectClass=posixAccount))',
        'dn' => array('cn'),
        'objectclass' => array('top',
                               'person',
                               'organizationalPerson',
                               'inetOrgPerson',
                               'turbaContact',
                         ),
        'charset' => 'iso-8859-1',
        'checkrequired' => false,
        'version' => 3
    ),
    'map' => array(
        '__key' => 'dn',
        'name' => 'displayName',
        'email' => 'mail',
        'workPhone' => 'telephonenumber',
        'cellPhone' => 'mobile',
        'office' => 'roomNumber',
        'employeeType' => 'employeeType',
        'pgpPublicKey' => 'userCertificate',
        'freebusyUrl' => 'calFBURL',
    ),
    'search' => array(
        'name',
        'email',
        'homePhone',
        'workPhone',
        'cellPhone',
        'homeAddress'
    ),
    'public' => true,
    'readonly' => true,
    'admin' => array(),
    'export' => true
);


But it does not seem to work :( . Infact this ADS address book will not even
appear in the adress book list when iam compsing a mail :(

Anyone who has been able to configure  and ADS address book with horde, plz
help me out :)
-- 
Ryan


More information about the turba mailing list