[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: multiple names of an attribute returned incorrectly (ITS#2503)



As discussed previously in like reports, this is not indicative
of a bug in OpenLDAP Software but a bug in your usage of the
client.  That is, you should be asking for 'mail' as that is
the standard name for the attribute type in LDAP.  While the
OpenLDAP server is liberal in accepting 'rfc822Mailbox' as an
alias for 'mail', it is strict in what it returns.

This report will be closed.

Kurt

At 04:48 PM 5/9/2003, ldap-admin@theochem.kth.se wrote:
>Full_Name: Pawel Salek
>Version: 2.1.17
>OS: Linux
>URL: 
>Submission from: (NULL) (213.132.111.215)
>
>
>Atributes having multiple names are not returned correctly: the first name on
>the list of attribute names is returned, instead of the requested one.
>When user queries for eg. attribute "rfc822Mailbox", "mail" is returned.
>
>Example:
>$ ldapsearch -LL -x uid=pawsa cn rfc822Mailbox
>
>Actual result:
>dn: uid=pawsa,dc=theochem
>cn: Pawel Salek
>mail: pawsa@domain.name
> 
>Expected result:
>dn: uid=pawsa,dc=theochem
>cn: Pawel Salek
>rfc822Mailbox: pawsa@domain.name