[turba] ADS address book

Adam Tauno Williams adam at morrison-ind.com
Sat Sep 27 15:45:11 UTC 2008


On Sat, 2008-09-27 at 20:34 +0530, Ryan . wrote:
> Hi List
> I have been trying to configure my horde installation to connect to an ADS
> for the address lookup.

Just something stupid to check;  but are simple binds permitted?  I
believe current versions of AD have simple binds disabled by default.

> 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 :)



More information about the turba mailing list