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.
https://bugs.openldap.org/show_bug.cgi?id=8577
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 7a4e70f3
by Howard Chu at 2021-03-21T17:20:05+00:00
ITS#8577 don't allow setting logDB to current DB
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8726
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• cbb6441c
by Howard Chu at 2021-03-21T16:36:30+00:00
ITS#8726 check newly registered loglevels immediately
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7295
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ, reviewed |
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• bb6844e2
by Howard Chu at 2021-03-21T15:26:57+00:00
ITS#7295 don't init TLS threads by default
--
You are receiving this mail because:
You are on the CC list for the issue.