[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#5466) slapo-dynlist attribute remapping
Full_Name: Emmanuel Dreyfus
Version: HEAD
OS: NetBSD
URL: ftp://ftp.openldap.org/incoming/manu-20070412.patch
Submission from: (NULL) (213.41.141.172)
This patch adds attribute remapping capability to slapo-dynlist.
If you configure it that way:
overlay dynlist
dynlist-attrset groupOfURLs memberURL bar:foo
And if you have an object like this in your directory:
dn: cn=list,o=home
objectClass: groupOfURLs
cn: list
memberURL: ldap:///o=home?foo?sub?(objectClass=fooClass)
Then searching for cn=list,o=home will display the expantion of the LDAP URI,
with foo attributes been displayed as bar.