https://bugs.openldap.org/show_bug.cgi?id=7596
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• d1799a50
by OndÅ™ej KuznÃk at 2021-02-24T17:03:22+00:00
ITS#7596 Report correct number of grace authentications left
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=5365
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2.5.3
Severity|normal |blocker
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=5365
OndÅ™ej KuznÃk <ondra(a)mistotebe.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |OL_2_5_REQ
--- Comment #6 from OndÅ™ej KuznÃk <ondra(a)mistotebe.net> ---
Since we're about to release a new version and I think we're bumping ABI again,
we should really get this in.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7259
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
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=7259
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 3925b8e0
by OndÅ™ej KuznÃk at 2021-02-24T13:19:40+00:00
ITS#7259 Clarify password length considerations
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7832
--- Comment #18 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
(In reply to Quanah Gibson-Mount from comment #17)
> (In reply to Quanah Gibson-Mount from comment #16)
>
> > > - I get a segfault when my client first connects to slapd when I compile
> > > master branch with:
>
> Also please provide the exact configuration file or cn=config database you
> are testing with.
Additionally, file the fact it's crashing as its own issue with the above
config as an attachment.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9347
OndÅ™ej KuznÃk <ondra(a)mistotebe.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Group|OpenLDAP-devs |
--- Comment #2 from OndÅ™ej KuznÃk <ondra(a)mistotebe.net> ---
This is certainly not an integer overflow of any kind, just an invalid policy,
hence it is ignored and an error is logged. Whether that is a security issue is
debatable, as every policy admin should make sure the policy they set is valid
and is enforced correctly.
As an aside, it might be worth trying to apply the default policy if a
specified policy doesn't exist/doesn't validate, but that would be a change
from existing behaviour as enshrined in the test suite.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7832
--- Comment #17 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
(In reply to Quanah Gibson-Mount from comment #16)
> > - I get a segfault when my client first connects to slapd when I compile
> > master branch with:
Also please provide the exact configuration file or cn=config database you are
testing with.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7832
--- Comment #16 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
(In reply to David Coutadeur from comment #14)
> Hello,
>
> I have made some progress in ppm integration, but I have some blocking
> questions:
>
> - I suppose you want a merge request on openldap/openldap master branch and
> not OPENLDAP_REL_ENG_2_5, am I right?
Correct, all merges go against master.
> - I get a segfault when my client first connects to slapd when I compile
> master branch with:
> Do you have the same error? Is this due to a specific option?
I've not encountered any segfaults, so it may be a compile specific option.
The master branch goes through constant CI/CD with the full test suite and is
not exhibiting any problems. I will see if I can reproduce the issue with your
specific compile options.
> - I noticed nssov overlay does not compile correctly: there is a missing
> #include <errno.h> somewhere, and other remaining bugs.
Ok, feel free to open up issue reports about it.
> - do you expect other integration things than the code deployed into
> contrib/slapd-modules with an appropriate Makefile, README, LICENSE,...?
Yes.
> - about the Notice, I have made two separate files in the ppm directory:
> LICENSE and NOTICES. The license is the OpenLDAP License. The notice is the
> following:
The IPR notification goes into this bug, not as a separate file. The LICENSE
file itself sounds fine.
--
You are receiving this mail because:
You are on the CC list for the issue.