[turba] Can not get birthday data from ldap contacts
eculp
eculp at encontacto.net
Thu Feb 10 13:48:20 UTC 2011
Quoting Mehmet Giritli <mgiritli at giritli.eu>:
> Hi,
>
> I managed to get my ldap server hooked up with turba and everything,
> except the birthday data is retrieved. Here is the segment from the "map
> array" in the sources.php:
>
> 'name' => 'cn',
> 'firstname' => 'givenName',
> 'lastname' => 'sn',
> 'emails' => 'mail',
> 'photo' => 'jpegPhoto',
> 'category' => 'category',
> 'alias' => 'displayName',
> 'homePhone' => 'homephone',
> 'workPhone' => 'telephonenumber',
> 'cellPhone' => 'mobile',
> 'otherPhone' => 'otherPhone',
> 'homeAddress' => 'homepostaladdress',
> 'otherAddress' => 'otherpostaladdress',
> 'birthday' => 'birthDay',
> 'anniversary' => 'anniversary',
>
I assume that you are including the evolutionperson.schema and that
you have birthdays enabled in your calendar and in turba sources.php
something like:
.sources.php: 'birthday' => 'birthDate'.
Can you access it directly from ldapsearch on the command line or
something similar?
ed
>
> Everything here which I manually added and is not there by default works
> fine, except the birthday fields. I am very sure about the attribute
> name in the ldap server, it is 'birthDay'. What could be the problem
> here?
>
> --
> 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