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

Re: dynlist expantion on search with an attribute set



Emmanuel Dreyfus wrote:
On Mon, Sep 29, 2008 at 01:59:18PM +0200, Pierangelo Masarati wrote:
Seems to work here. What version are you using? Can you post configuration and related entries?

I have the problem with OpenLDAP-2.4.11


Config:
  overlay dynlist
  dynlist-attrset ExMailAddress memberURL mailbox:revalias

Searched entry:
  dn: mailAddress=foo-employee@example.net,o=ex
  objectClass: exMailAddress
  mailAddress: foo-employee@example.net
  memberURL: ldap:///o=ex,revalias?sub?(&(objectClass=exPerson)(employer=foo))

This URI is incorrect; the DN portion should fail normalization, and the whole URI should fail parsing, since a "?" is missing. I assume you mean


memberURL:
  ldap:///o=ex?revalias?sub?(&(objectClass=exPerson)(employer=foo))

p.


Ing. Pierangelo Masarati OpenLDAP Core Team

SysNet s.r.l.
via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
-----------------------------------
Office:  +39 02 23998309
Mobile:  +39 333 4963172
Fax:     +39 0382 476497
Email:   ando@sys-net.it
-----------------------------------