https://bugs.openldap.org/show_bug.cgi?id=8889
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
debug levels are what gets passed to slapd via the -d option. They share the
same namespace as the loglevels, but some items are only valid as a debug
option (such as packets).
I'll work on clarifying the admin guide.
--Quanah
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8707
--- Comment #28 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
With this patch, the test suite takes an extremely long amount of time. I
suspect there are some significant issues with it, as it shouldn't increase the
amount of time it takes slapd to execute.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8847
--- Comment #40 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
(In reply to HoweverAT from comment #39)
> Created attachment 807 [details]
> Add SOCKET_BIND_ADDRESSES Option
>
> New patch against latest master
>
> Changed:
> - Debug Improvements (Add client address in ldap_dump_connection, also print
> binded address in DEBUG_TRACE if used)
> - Bugfix
I would suggest submitting a merge request via your existing account at
https://git.openldap.org for review to ease the review process.
Regards,
Quanah
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8847
HoweverAT <laeufer4321(a)gmx.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #804 is|0 |1
obsolete| |
--- Comment #39 from HoweverAT <laeufer4321(a)gmx.at> ---
Created attachment 807
--> https://bugs.openldap.org/attachment.cgi?id=807&action=edit
Add SOCKET_BIND_ADDRESSES Option
New patch against latest master
Changed:
- Debug Improvements (Add client address in ldap_dump_connection, also print
binded address in DEBUG_TRACE if used)
- Bugfix
Thank you for your feedback in advance
Lukas
The attached patch file is derived from OpenLDAP Software. All of the
modifications to OpenLDAP Software represented in the following patch(es) were
developed by Lukas Wimmer laeufer4321(a)gmx.at. I have not assigned rights and/or
interest in this work to any party.
I, Lukas Wimmer, hereby place the following 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.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9079
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|IN_PROGRESS |RESOLVED
--- Comment #5 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 9d5267e1
by Quanah Gibson-Mount at 2021-03-09T19:12:49+00:00
ITS#9079 - Fix minor issues with slapo-unique man page
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7865
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.3 |---
Assignee|quanah(a)openldap.org |bugs(a)openldap.org
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=7865
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|has_patch |
Resolution|--- |DUPLICATE
Status|UNCONFIRMED |RESOLVED
Depends on|7335 |
--- Comment #5 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
*** This issue has been marked as a duplicate of issue 7335 ***
Referenced Issues:
https://bugs.openldap.org/show_bug.cgi?id=7335
[Issue 7335] Create process for updating man pages to handle both cn=config and
slapd.conf configurations
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7335
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|7865 |
CC| |wandel(a)b1-systems.de
--- Comment #5 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
*** Issue 7865 has been marked as a duplicate of this issue. ***
Referenced Issues:
https://bugs.openldap.org/show_bug.cgi?id=7865
[Issue 7865] man slapo-refint extended with olc-example
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8847
--- Comment #38 from Howard Chu <hyc(a)openldap.org> ---
(In reply to HoweverAT from comment #37)
> (In reply to Howard Chu from comment #36)
> > Since I've just been tinkering with debug output, this came to mind. With
> > this patch, it would be a good idea to add the locally bound IP:port to the
> > debug output somewhere, e.g. in ldap_dump_connection. Should probably use
> > the recently added lutil_sockaddrstr, and that function likely should be
> > moved into ldap_pvt_ instead of lutil.
>
> Hello,
>
> thank you for your input.
>
> I tried to add to ldap_dump_connection( see the "from" part, which is always
> printed out independet of )
>
> e.g. Output:
> ** ld 0x55974c710680 Connections:
> * host: localhost port: 389 (default)
> * from: IP=127.0.0.1:33676
> refcnt: 2 status: Connected
> last used: Tue Mar 9 12:01:18 2021
>
>
> ** ld 0x55974c710680 Outstanding Requests:
> * msgid 1, origid 1, status InProgress
> outstanding referrals 0, parent count 0
> ld 0x55974c710680 request count 1 (abandoned 0)
> ** ld 0x55974c710680 Response Queue:
> Empty
> ld 0x55974c710680 response count 0
>
> I tried to add to ldap_dump_connection the "from" part which is always
> output regardless of the new SOCKET_BIND_ADDRESSES option
>
> If this ok, i could provide a patch for it tomorrow :)
Yes, this is what I had in mind, thanks.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8889
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
Assignee|ondra(a)mistotebe.net |quanah(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the issue.