[turba] LDAP

Adam Tauno Williams adam at morrison-ind.com
Thu Jan 30 15:37:44 PST 2003


>Thanks for your reply, but this document does not really help.
>I have following configuration:
>dn: ou=people,dc=radiogong,dc=de
>ou: people
>objectclass: top
>objectclass: organizationalUnit
>description: The People
>To add I used: 
>ldapadd -x -h localhost -D 'cn=Manager,ou=people,dc=radiogong,dc=de' 
>-f/var/lib/ldap/ldif/radiogong.ldif -W
>In turba/config/sources.php
>$cfgSources['localldap'] = array(
>     'title' => 'Gemeinsame Adressen',
>     'type' => 'ldap',
>     'params' => array(
>         'server' => 'localhost',
>         'port' => 389,
>         'root' => 'dc=radiogong,dc=de',
>         'bind_dn' => 'cn=Manager,ou=people,dc=radiogong,dc=de',
>         'bind_password' => 'secret',
>         'dn' => array('cn'),
>         'objectclass' => 'person',
>         'version' => 3
>I am a little bit confused now, because I tried a couple of things. And with
>this configuration I am able to add an entry and the private telephone, but 
>all the other fields are not possible to edit.

Are you sure the other fields map to attributes supported by your DSA (schema)?

If telephone number is working, and other attributes are not, it really sounds 
like a mapping/schema issue.


More information about the turba mailing list