[Issue 10069] New: Error when installing openldap from brew on Macos Catalina

2023-06-21 Thread openldap-its
https://bugs.openldap.org/show_bug.cgi?id=10069

  Issue ID: 10069
   Summary: Error when installing openldap from brew on Macos
Catalina
   Product: OpenLDAP
   Version: 2.6.4
  Hardware: x86_64
OS: Mac OS
Status: UNCONFIRMED
  Keywords: needs_review
  Severity: normal
  Priority: ---
 Component: build
  Assignee: b...@openldap.org
  Reporter: marianogedis...@gmail.com
  Target Milestone: ---

Hello!

I'm getting this error when installing from Homebrew on MacOS Catalina:


==> ./configure --prefix=/usr/local/Cellar/openldap/2.6.4
--sysconfdir=/usr/loca
n==> make install
Error: inreplace failed
/usr/local/etc/openldap/slapd.conf:
  expected replacement of # with
#
/usr/local/etc/openldap/slapd.ldif:
  expected replacement of # with
#

-- 
You are receiving this mail because:
You are on the CC list for the issue.

[Issue 10068] New: back-null dies on shutdown when dosearch specified

2023-06-21 Thread openldap-its
https://bugs.openldap.org/show_bug.cgi?id=10068

  Issue ID: 10068
   Summary: back-null dies on shutdown when dosearch specified
   Product: OpenLDAP
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: needs_review
  Severity: normal
  Priority: ---
 Component: backends
  Assignee: b...@openldap.org
  Reporter: on...@mistotebe.net
  Target Milestone: ---

It copies the suffix DN pointer into its entry rather than doing a ber_dupbv.

-- 
You are receiving this mail because:
You are on the CC list for the issue.

[Issue 10013] Some code (ppolicy, etc.) ignores REP_CTRLS_MUSTBEFREED when touching rs->sr_ctrls

2023-06-21 Thread openldap-its
https://bugs.openldap.org/show_bug.cgi?id=10013

Ondřej Kuzník  changed:

   What|Removed |Added

 Status|UNCONFIRMED |IN_PROGRESS
 Ever confirmed|0   |1

--- Comment #2 from Ondřej Kuzník  ---
The MR linked takes the latter approach:
https://git.openldap.org/openldap/openldap/-/merge_requests/630

-- 
You are receiving this mail because:
You are on the CC list for the issue.

[Issue 10060] libldap: ldap_result return value differs depending on if a search response is already in the response list or not

2023-06-21 Thread openldap-its
https://bugs.openldap.org/show_bug.cgi?id=10060

--- Comment #11 from Ondřej Kuzník  ---
The new MR now does the opposite, could you test on your end (python-ldap test
suite seems to work for me but confirmation welcome).
https://git.openldap.org/openldap/openldap/-/merge_requests/631

-- 
You are receiving this mail because:
You are on the CC list for the issue.