Issue 8215 - Slapmodify delete support and documentation
Summary: Slapmodify delete support and documentation
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: 2.5.0
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-11 12:54 UTC by Ondřej Kuzník
Modified: 2021-03-02 19:55 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 Ondřej Kuzník 2015-08-11 12:54:26 UTC
Full_Name: Ondřej Kuzn.k
Version: master
OS: 
URL: ftp://ftp.openldap.org/incoming/Ondrej-Kuznik-20150811-slapmodify-delete-support.tgz
Submission from: (NULL) (62.84.155.99)


It is only possible to delete entries in a back-ldif database. This patchset
implements the equivalent functionality in the other core databases, enables the
same in back-config and adds a slapmodify manpage. With that in place,
test007-slapmodify is switched to fail on errors now. ModRDN stays unimplemented
at this point.

An outstanding issue is that valgrind complains about a memory leak in bdb on
entry delete, which I have not been able to pinpoint nor fix.

The above patch is derived from OpenLDAP Software. All of the
modifications to OpenLDAP Software represented in the above patches were
developed by Ond&#345;ej Kuzn�k <ondra@mistotebe.net>. I have not assigned
rights and/or interest in this work to any party. 

I, Ond&#345;ej Kuzn�k, hereby place the above modifications to OpenLDAP
Software (and only these modifications) into the public domain. Hence,
these modifications may be freely used and/or redistributed for any
purpose with or without attribution and/or other notice.
Comment 1 Howard Chu 2015-10-25 09:06:14 UTC
ondra@mistotebe.net wrote:
> Full_Name: Ond&amp;#345;ej Kuzn.k
> Version: master
> OS:
> URL: ftp://ftp.openldap.org/incoming/Ondrej-Kuznik-20150811-slapmodify-delete-support.tgz
> Submission from: (NULL) (62.84.155.99)
>
>
> It is only possible to delete entries in a back-ldif database. This patchset
> implements the equivalent functionality in the other core databases, enables the
> same in back-config and adds a slapmodify manpage. With that in place,
> test007-slapmodify is switched to fail on errors now. ModRDN stays unimplemented
> at this point.
>
> An outstanding issue is that valgrind complains about a memory leak in bdb on
> entry delete, which I have not been able to pinpoint nor fix.

Thanks. Committed to master. We'll keep this ITS open until the leak is fixed.
>
> The above patch is derived from OpenLDAP Software. All of the
> modifications to OpenLDAP Software represented in the above patches were
> developed by Ond&#345;ej Kuzník <ondra@mistotebe.net>. I have not assigned
> rights and/or interest in this work to any party.
>
> I, Ond&#345;ej Kuzník, hereby place the above modifications to OpenLDAP
> Software (and only these modifications) into the public domain. Hence,
> these modifications may be freely used and/or redistributed for any
> purpose with or without attribution and/or other notice.
>
>


-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/

Comment 2 Howard Chu 2015-10-25 09:06:39 UTC
changed notes
changed state Open to Partial
moved from Incoming to Development
Comment 3 Quanah Gibson-Mount 2015-10-26 20:52:53 UTC
changed notes
Comment 4 OpenLDAP project 2017-01-23 21:13:54 UTC
in master
in RE25
manpage fixes in RE24 (2.4.45)
Comment 5 Quanah Gibson-Mount 2017-01-23 21:13:54 UTC
changed notes
Comment 6 Ondřej Kuzník 2020-06-11 11:50:53 UTC
There is no BDB any more.
Comment 7 Quanah Gibson-Mount 2021-03-02 19:55:53 UTC
Commits: 
  • 6bfdb034 
by Ondřej Kuzník at 2021-03-02T19:08:50+00:00 
ITS#8215 Some more slapmodify manpage tweaks