https://bugs.openldap.org/show_bug.cgi?id=8707
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.6.0 |2.5.4
Assignee|bugs(a)openldap.org |ondra(a)mistotebe.net
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8721
--- Comment #5 from Shawn McKinney <smckinney(a)symas.com> ---
It has been observed that the quarantine is reset on each search, even if the
server is restarted.
Another scenario
1. stop louie
2. perform search, 20 second quarantine starts
3. start louie
4. perform another search before quarantine lifts, it resets to another 20
seconds
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8736
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:
• 093d966f
by Quanah Gibson-Mount at 2021-04-14T02:56:48+00:00
ITS#8736 - Add test script using delta-syncrepl for cn=config replication
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8179
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
(In reply to Leonardo Lopes from comment #1)
> Hello.
>
> I can't say if this is really a bug, but this is one of the (very) few
> results I could find while serching the internet for MDB_MAP_RESIZED error
> in OpenLDAP.
Don't hijack stuff. Direct your question to openldap-technical(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8179
--- Comment #1 from Leonardo Lopes <leonardo(a)cefetmg.br> ---
Hello.
I can't say if this is really a bug, but this is one of the (very) few results
I could find while serching the internet for MDB_MAP_RESIZED error in OpenLDAP.
I'll describe my setup and the circumstances of the error.
I have OpenLDAP/LMDB installed from Debian 10 default packages in a amd64 box.
The package versions are:
- liblmdb: 0.9.22-1
- slapd: 2.4.47
Along with the usual settings, I chose the mdb backend with maxsize =
7516192768 (7GB). The on-disk base size (the data.mdb file) is 134MB. I also
have loglevel = stats
Everything seems to work flawless and fast, so all of sudden syslog prints the
this message:
Apr 9 15:06:09 vm-ldap-01 slapd[12826]: mdb_opinfo_get: err MDB_MAP_RESIZED:
Database contents grew beyond environment mapsize(-30785)
and seconds later, the slapd daemon stop to answer all requests.
For the record, my workload is essentially reads with ~1000k SRCH ops, ~750k
BIND ops and only ~100 ADD/DEL/MOD ops in a typical day.
I tried to relate the error with anything possible, but no success. All I have
is that when the error occurs, there were always an ADD operation logged right
before.
As I said, search the internet were of almost no help, except for this bug
report and for the source code. After read the sources and the context of
occurrence for the MDB_MAP_RESIZED error, I thought it may really be a bug.
Thanks for your consideration.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9523
Issue ID: 9523
Summary: In OpenLDAP, the password length check counts accented
characters (UTF-8) as two characters instead of one
Product: OpenLDAP
Version: 2.4.40
Hardware: x86_64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: slapd
Assignee: bugs(a)openldap.org
Reporter: anand.b.krishnamohan(a)gmail.com
Target Milestone: ---
In OpenLDAP, the password length check counts accented characters (eg. è which
has UTF-8 Encoding of 0xC3 0xA8) as two characters instead of one. As a result,
if users enter accented characters, they can create passwords that are shorter
than the minimum length specified in the password policy.
We tested it directly in Apache Directory Studio and the same result. Is this a
bug or is there any setting in LDAP which makes sure the encoding is happening
in UTF-16?
Steps to reproduce
1. Access the LDAP in Apache Directory studio
2. Have the password policy to accept more than 8 characters
3. Try to update the password for a user to "Ã bcdefg" (7 characters)
Expected result: Fails with the error password length should be greater than 8
Actual result: It accepts the password
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8586
--- Comment #13 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 680091b5
by Andreas Schulze at 2021-04-12T20:32:09+01:00
ITS#8586 load cert+chain from TLSCertificateFile
• e16b0a73
by Howard Chu at 2021-04-12T20:32:12+01:00
ITS#8586 server cert manpage tweaks
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7786
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.3 |2.5.4
--- Comment #8 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• c29f0315
by OndÅ™ej KuznÃk at 2021-04-12T16:28:49+00:00
ITS#7786 Allow parsing of invalid entries when schema checking off
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8586
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |TEST
Status|UNCONFIRMED |RESOLVED
--- Comment #12 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=8721
--- Comment #4 from Shawn McKinney <smckinney(a)symas.com> ---
Can reproduce proxy not lifting quarantine if the searches continue during
quarantine period.
Once the operations stop, the quarantine will lift after the specified elapsed
time.
For example:
Three servers:
a. huey (proxy)
b. dewey (backend server)
c. louie (backend server)
1. Stop louie
2. Issue search to huey, only dewey's entries in result set (as expected)
3. Start louie
4. Issue searches before louie's quarantine expires (e.g. 20 seconds)
5. Louie will remain in quarantine while the search ops continue
6. Stop search ops
7. Wait 20 seconds
8. Louie's quarantine expires
9. Start searches again, all of dewey and louie entries now in result set
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7259
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |anand.b.krishnamohan@gmail.
| |com
--- Comment #4 from Howard Chu <hyc(a)openldap.org> ---
*** Issue 9523 has been marked as a duplicate of this issue. ***
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8736
OndÅ™ej KuznÃk <ondra(a)mistotebe.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|ondra(a)mistotebe.net |quanah(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8770
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|IN_PROGRESS |RESOLVED
Resolution|--- |FIXED
--- Comment #7 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• aba73bdb
by OndÅ™ej KuznÃk at 2021-04-09T21:02:08+00:00
ITS#8770 Update dsaschema for current slapd
• 08861212
by OndÅ™ej KuznÃk at 2021-04-09T21:02:08+00:00
ITS#8770 Fix dsaschema memory leaks
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9522
Issue ID: 9522
Summary: RedHat packaging information is oudated
Product: website
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: website
Assignee: bugs(a)openldap.org
Reporter: brsolomon(a)deloitte.com
Target Milestone: ---
The page https://www.openldap.org/faq/data/cache/105.html seems significantly
outdated. It mentions:
"Red Hat includes precompiled versions of OpenLDAP in their 7.x through 9.0
distributions. These are outdated and slightly modified from the original
OpenLDAP.org sources, and distributed versions prior to 9.0 cannot be expected
to perform reliably under moderate to heavy loads." [end quote]
It seems like this is referring to Red Hat Linux, which has been discontinued
since 2004, rather than Red Hat Enterprise Linux (RHEL). Consequently, the note
about ‘…cannot be expected to perform’ is misleading, especially since these
versions could mistakenly be conflated with e.g. RHEL 7 or RHEL 8.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8770
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |IN_PROGRESS
Target Milestone|2.6.0 |2.5.4
Assignee|bugs(a)openldap.org |ondra(a)mistotebe.net
--- Comment #6 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
https://git.openldap.org/openldap/openldap/-/merge_requests/317
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8884
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|hyc(a)openldap.org |bugs(a)openldap.org
Target Milestone|2.5.4 |2.6.0
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8736
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|quanah(a)openldap.org |ondra(a)mistotebe.net
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8078
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|nivanova(a)symas.com |bugs(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7441
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|hyc(a)openldap.org |bugs(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8064
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|ondra(a)mistotebe.net |bugs(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8268
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.4 |2.6.0
Assignee|smckinney(a)symas.com |bugs(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8078
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.4 |2.6.0
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7441
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.4 |2.6.0
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8064
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.4 |2.6.0
Keywords|OL_2_5_REQ, reviewed |
--
You are receiving this mail because:
You are on the CC list for the issue.