Issue 5466 - slapo-dynlist attribute remapping
Summary: slapo-dynlist attribute remapping
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-12 19:56 UTC by manu@openldap.org
Modified: 2014-08-01 21:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description manu@openldap.org 2008-04-12 19:56:39 UTC
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.

Comment 1 ando@openldap.org 2008-04-26 09:47:14 UTC
manu@netbsd.org wrote:

> URL: ftp://ftp.openldap.org/incoming/manu-20070412.patch

> This patch adds attribute remapping capability to slapo-dynlist.

Emmanuel,

I'm considering your patch for inclusion in HEAD code; I see that in 
your patch you didn't follow the IPR notice as indicated in the 
contributing guidelines.  Please resubmit the patch adding at the top 
the notices illustrated in 
<http://www.openldap.org/devel/contributing.html#notice>:

- notice of origin
- rights statement

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
Email:   pierangelo.masarati@sys-net.it
---------------------------------------


Comment 2 ando@openldap.org 2008-04-26 12:36:13 UTC
changed notes
changed state Open to Feedback
Comment 3 manu@openldap.org 2008-04-26 12:53:00 UTC
Pierangelo Masarati <ando@sys-net.it> wrote:

> I'm considering your patch for inclusion in HEAD code; I see that in 
> your patch you didn't follow the IPR notice as indicated in the 
> contributing guidelines.  Please resubmit the patch adding at the top
> the notices illustrated in 
> <http://www.openldap.org/devel/contributing.html#notice>:
> 
> - notice of origin
> - rights statement

Sorry. The new patch was uploaded in FTP:
manu-20080426.patch

While I was here, I added myself to the aknowledgements in the man page.

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@netbsd.org

Comment 4 ando@openldap.org 2008-04-26 13:44:32 UTC
changed notes
changed state Feedback to Test
moved from Incoming to Software Enhancements
Comment 5 ando@openldap.org 2008-04-26 13:46:25 UTC
Emmanuel Dreyfus wrote:

> Sorry. The new patch was uploaded in FTP:
> manu-20080426.patch
> 
> While I was here, I added myself to the aknowledgements in the man page.

Applied to HEAD (with minor changes); please test.

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
Email:   pierangelo.masarati@sys-net.it
---------------------------------------


Comment 6 Kurt Zeilenga 2008-04-26 15:04:16 UTC
changed notes
Comment 7 manu@openldap.org 2008-04-26 15:19:11 UTC
Pierangelo Masarati <ando@sys-net.it> wrote:

> > While I was here, I added myself to the aknowledgements in the man page.
> Applied to HEAD (with minor changes); please test.

A quick test suggests it works as intended. Any chance to have it in an
upcoming 2.4 release?

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@netbsd.org

Comment 8 Quanah Gibson-Mount 2008-05-05 23:59:21 UTC
changed notes
Comment 9 Quanah Gibson-Mount 2008-05-13 03:24:57 UTC
changed notes
changed state Test to Closed
Comment 10 OpenLDAP project 2014-08-01 21:04:53 UTC
IPR Review
applied to HEAD
fixed in RE24