[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: OpenLDAP / PostgreSQL
Hello,
I want to publish my mysql database through openldap. I
am using back-mysql. I do not know whether your new patch
can solve my problem listed as follows:
I found that the filter can be only applied to select the
qualified objects. If an object has a multiple value types,
this filter defined in ldapsearch can never be passed to
the attribute selection.
For example, a person have four telephone numbers:
(Person is an object and the telephone numbers are
attributes) (In the relational database, there is a
table storing the person information
and there is another table storing the telephone number)
Among these four numbers, two cell phone numbers and two
regular phone numbers, how can I list the person who has the
cell phone and his cell phone numbers?
Thank you very much.
Dantong