On Thu, Sep 24, 2009 at 08:00, Alexander 'Leo' Bergolth
<leo(a)strike.wu.ac.at> wrote:
Are there any plans to extend the dynlist overlays dynamic group
feature
to return not the DNs of the matched entries but an attribute of the
entries?
That's possible already.
Taken from the OpenLDAP Admin guide
(
http://www.openldap.org/doc/admin24/overlays.html#Dynamic%20Lists):
overlay dynlist
dynlist-attrset nisMailAlias labeledURI
cn=all,ou=aliases,dc=example,dc=com
cn: all
objectClass: nisMailAlias
labeledURI:
ldap:///ou=People,dc=example,dc=com?mail?one?(objectClass=inetOrgPerson)
And here the drawing of the end result when fetching the above "cn=all" entry:
http://www.openldap.org/doc/admin24/allmail-en.png
So, for your case, just change the configuration accordingly