https://bugs.openldap.org/show_bug.cgi?id=8889
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:
• 4e0f0a31
by Quanah Gibson-Mount at 2021-03-15T20:30:07+00:00
ITS#8889 - Clarify loglevel and debug level portions of admin guide.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9501
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|CONFIRMED |RESOLVED
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 5f935298
by Tero Saarni at 2021-03-15T19:03:59+00:00
ITS#9419 fix comparison
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9419
Issue ID: 9419
Summary: Add support for HAProxy proxy protocol v2
Product: OpenLDAP
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: slapd
Assignee: bugs(a)openldap.org
Reporter: henson(a)acm.org
Target Milestone: ---
Add support for the HAProxy proxy protocol v2:
https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
This will allow slapd to receive and act upon client addresses when operating
behind a NAT'ing load balancer or proxy server which would otherwise obscure
the true client address.
Patch will be submitted as a pull request on gitlab.
The submitted pull request is derived from OpenLDAP Software. All of the
modifications to OpenLDAP Software represented in the pull request were
developed by Paul B. Henson <henson(a)acm.org> based on specifications and
example code provided by HAProxy at the above listed URL. I have not assigned
rights and/or interest in this work to any party.
The modifications to OpenLDAP Software are subject to the following notice:
Copyright 2020 Paul B. Henson
Redistribution and use in source and binary forms, with or without
modification, are permitted only as authorized by the OpenLDAP Public License.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9499
Issue ID: 9499
Summary: Clean up seqmod configure bits
Product: OpenLDAP
Version: 2.5
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: build
Assignee: bugs(a)openldap.org
Reporter: quanah(a)openldap.org
Target Milestone: ---
seqmod is an example overlay and is not meant to be used. configure needs to
be adjusted for this fact.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9503
Issue ID: 9503
Summary: Openldap client is not populating GID name instead of
it just getting GID with empty Group name
Product: OpenLDAP
Version: 2.4.54
Hardware: x86_64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: slapd
Assignee: bugs(a)openldap.org
Reporter: ramsy21(a)gmail.com
Target Milestone: ---
Created attachment 809
--> https://bugs.openldap.org/attachment.cgi?id=809&action=edit
Openldap client is not populating GID name instead of it just getting GID with
empty Group name
Hi Team,
we are using OpenLDAP 2.4.54 version on RHEL7.8 systems and these OpenLDAP
servers are using backend Microsoft AD URI to load the User POSIX info. Clients
are using SSSD software. On the client's side, we are seeing odd behavior of
Group name.
it's failing to fetch Group name while logging in to the LDAP clients.
uid=1946***(balna**) gid=1478 groups=1478
we have to similar setup on two sites, One site is working fine and the second
site is not working sure where is the exact problem both the sites' OpenLDAP
configuration is intact and SSL certs are offloaded properly.
the only difference I see no of clients connections the working one having
fewer client around 25-30 in that site whereas non-working site OpenLDAP
servers takes around 3K clients connections, I am not sure if any there is
additional tuning required based on no of clients.
i also checked limits 4K values set for nproc/nofile and i did not see any
issue with limits.
we have a similar working two sites setup of 2.4.36 on RHEL6 servers for the
same no of clients and we are trying to migrate to RHEL7 with 2.4.54 version
where we are seeing the issue.
Can you please check and help us to see if similar kind of issue reported by
any clients or any tuning in required ?
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8773
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|IN_PROGRESS |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 91a51591
by Quanah Gibson-Mount at 2021-03-15T16:31:55+00:00
ITS#8773 - Add slapo-deref.5 man page
• 641ecb41
by Quanah Gibson-Mount at 2021-03-15T16:31:55+00:00
ITS#8773 - Add test for slapo-deref overlay
• f2e6efed
by Ondřej Kuzník at 2021-03-15T16:31:55+00:00
ITS#5768 Avoid extraneous newlines in deref printing
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9501
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|needs_review |
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9501
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2.5.3
Ever confirmed|0 |1
Status|UNCONFIRMED |CONFIRMED
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Can you please file an MR for this? Thanks!
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9098
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ, reviewed |
Target Milestone|2.5.3 |2.6.0
--- Comment #22 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
(In reply to Clément OUDOT from comment #21)
> Hello Howard,
>
> sadly we don't know how to reproduce the bug, but we know it happens as we
> had some stack traces.
>
> I understand that this doesn't help for the resolution, but I think the bug
> should remain open/active. If someone else faces the same problem, he could
> add some information.
Thanks Clément,
I'm going to move the target to 2.6.0 for now, unless someone is able to
provide a reproduction case.
--Quanah
--
You are receiving this mail because:
You are on the CC list for the issue.