[horde] turba ldap connection not working

eculp at encontacto.net eculp at encontacto.net
Sat Apr 26 14:07:42 PDT 2003


Quoting Jonathan Hutchins <hutchins at tarcanfel.org>:

| After much trouble, I've built an LDAP address book, under
| ou=contacts,dc=tarcanfel,dc=net
|
| sources.php has:
|
| $cfgSources['localldap'] = array(
|      'title' => 'Shared ldap Directory',
|      'type' => 'ldap',
|      'params' => array(
|          'server' => 'localhost',
|          'port' => 389,
|          'root' => 'dc=tarcanfel,dc=net',
|          'bind_dn' => 'cn=Manager,ou=users,dc=tarcanfel,dc=net',
|          'bind_password' => 'secret',
|          'dn' => array('cn'),
|          'objectclass' => 'person',
|          'version' => 3
|      ),
|
| With the mapping and the rest as supplied.
|
| binddn is the rootdn per the slapd.conf file, password is plain text (this is
| an internal server).
|
| When I try to list/browse the address book, I get:
|
|   Failed to access the specified address book.

Jonathan,

What does you slapd.log or equivalent show?

|
| What did I do wrong?

What does a commandline

# ldapsearch -x -D 'cn=Manager,ou=users,dc=tarcanfel,dc=net' -w secret

give you?




-------------------------------------------------




More information about the horde mailing list