[turba] LDAP-based shared address book in Turba

Cliff Green green at UMDNJ.EDU
Fri Dec 20 14:55:11 PST 2002


Quoting Ragnar Wisløff <ragnar@wisloff.no>:

> Hi,
> 
> I'm struggling to get Turba to use my LDAP directory.
[munch]

> I've configured /etc/openldap/slapd.conf so that
> 
> rootdn          "cn=Manager,dc=gnett,dc=her"
> rootpw          {crypt}encryptedpasswd
> 
> 
> and turba/config/sources.php
> 
> $cfgSources['localldap'] = array(
>     'title' => 'Fellesliste',
>     'type' => 'ldap',
>     'params' => array(
>         'server' => 'localhost',
>         'port' => 389,
>         'root' => 'dc=gnett,dc=her',
>         'bind_dn' => 'cn=Manager,cn=gnett,cn=her',
                                   ^^^^^^^^^^^^^^^^
Is this a typo?  What happens when you have it set to:
          'bind_dn' => "cn=Manager,dc=gnett,dc=her"

instead?

c
-- 
Cliff Green
Academic Computing Services - UMDNJ
Signature under NDA


More information about the turba mailing list