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

RE: (ITS#4086) rwm-mapping problem



> Thanks a million for looking into it!

The fix shopuld now be complete: it turns AVAs with attributes mapped to
nothing into "UNDEFINED" filters as per draft-ietf-ldapbis-filter; the
operation then progresses an behaves according to the resulting filter,
which may yet be valid or not based on the rest of the AVAS and relations.
 For example, a filter

(&(cn=name)(telephoneNumber=1234))

would become

(&(cn=name)(UNDEFINED))

thus yielding no results, while a filter

(|(cn=name)(telephoneNumber=1234))

would become

(|(cn=name)(UNDEFINED))

which is equivalent to

(cn=name)

The same problem was present in back-meta, which still uses a separate
form of attribute mapping.  It's fixed there as well.

Please test at will and report; and thanks for spotting the issue.

p.

-- 
Pierangelo Masarati
mailto:pierangelo.masarati@sys-net.it


    SysNet - via Dossi,8 27100 Pavia Tel: +390382573859 Fax: +390382476497