[turba] LDAP Turba bug !? , givenName, company, workphonnumber, in ldap but not displayed (displayobject.php)

eculp at encontacto.net eculp at encontacto.net
Wed Apr 9 11:37:07 PDT 2003


Quoting freaked <freaked at gmx.at>:

| Hi,
|
| I'm new at this mailing list, so I hope I don't break any rulez.
|
| I'm using turba with an LDAP backend.
|
| Adding a new entry works
| Edit an entry works
| delete an entry works
|
| display an entry works, but the givenName, company, workphonenumber are
| not displayed.
| you see all entries like sirname, email, l, .... but not workphone,
| givenName

Check that they are mapped correctly in horde/turba/config/attributes.php
They must be exactly the same.  I also suggest that you make them lower case
in both sources.php and attributes.php.

Hope this helps,

ed
|
| But there are the right values in the LDAP directory. I can see it with
| slapcat.
| Also editing works fine. you can change it, but you don't see the values
| in the turba view.  ( displayobject.php )
|
|
| here my sources cfg without the server contact data
|
| $cfgSources['localldap'] = array(
|      'title' => _("Shared Directory"),
|      'type' => 'ldap',
|      'params' => array(
|          'server' => 'ns2.example.net',
|          'port' => 389,
|          'root' => 'o=contacts.example.net',
|          'bind_dn' => 'cn=manager,o=contacts.example.net',
|          'bind_password' => 'secret',
|          'sizelimit' => 200,
|          'dn' => array('cn'),
|          'objectclass' => array('person',
|                                 'pilotPerson',
|                                 'inetOrgPerson',
|                                 'organizationalPerson'),
|          'charset' => 'utf8',
|          'version' => 3
|      ),
|      'map' => array(
|          '__key' => 'dn',
|          'name'=>'cn',
|          'FirstName' => 'givenName',
|          'LastName' => 'sn',
| //        'FirstName' => 'givenName',
|          'email' => 'mail',
|          'title' => 'title',
|          'company' => 'organizationname',
|          'businesscategory' => 'businesscategory',
|          'zip' => 'postalcode',
|   'companyaddress' => 'street',
|          'location' => 'l',
|          'state' => 'st',
|          'workPhone' => 'telephoneNumber',
|          'fax' => 'facsimiletelephonenumber',
|          'cellphone' => 'mobile',
|          'notes' => 'description',
|      ),
|      'search' => array(
|          'LastName',
|          'email',
|      ),
|      'strict' => array(
|          'dn'
|      ),
|      'public' => true,
|      'readonly' => false,
|      'admin' => array(),
|      'export' => true
| );
|
| any idea whats wrong !?
|
| thank you
|
| Markus
|
|
| --
| Turba mailing list
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: turba-unsubscribe at lists.horde.org
|


--


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



More information about the turba mailing list