https://bugs.openldap.org/show_bug.cgi?id=8967
--- Comment #3 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 5398d44a
by Howard Chu at 2021-03-22T09:18:32+00:00
ITS#8967 additional check
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8967
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ, reviewed |
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• a3935c72
by Howard Chu at 2021-03-22T08:36:49+00:00
ITS#8967 back-mdb: fix adminlimit check
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8967
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |TEST
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Howard Chu <hyc(a)openldap.org> ---
fixed in master
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8458
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.3 |---
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8545
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.3 |---
Status|RESOLVED |VERIFIED
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8458
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
Keywords|OL_2_5_REQ, replication, |
|reviewed |
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9507
Issue ID: 9507
Summary: Output when setting LBER_OPT_DEBUG_LEVEL or
LDAP_OPT_DEBUG_LEVEL
Product: OpenLDAP
Version: 2.4.44
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: libraries
Assignee: bugs(a)openldap.org
Reporter: john(a)iastate.edu
Target Milestone: ---
I have a web application (cgi) that uses libldap. When I set either of the
options LBER_OPT_DEBUG_LEVEL or LDAP_OPT_DEBUG_LEVEL then the library's debug
info goes to stderr, which ends in Apache's error_log file rather than my
application's log file.
By reading the code, I discovered that I can do:
extern int ber_pvt_err_file;
ber_pvt_err_file = getMyLogFP();
and redirect the output where I want it. This is, of course, fragile. So, I
would like to suggest the addition of something like:
FILE * fp = getYourDesiredFP();
ldap_set_option(NULL, LDAP_OPT_DEBUG_FILE, &fp);
<and>
ber_set_option(NULL, LBER_OPT_DEBUG_FILE, &fp);
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8589
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ, replication, |
|reviewed |
--- Comment #3 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• f2740c79
by Howard Chu at 2021-03-21T17:41:19+00:00
ITS#8589 syncrepl: defer on REFRESH_REQUIRED
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9152
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ, reviewed |
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• cc2834c8
by Howard Chu at 2021-03-21T17:28:50+00:00
ITS#9152 autoca: no-op if DB doesn't exist yet
--
You are receiving this mail because:
You are on the CC list for the issue.