Bug 274220 - LDAP Authentication article references OpenLDAP 2.4
Summary: LDAP Authentication article references OpenLDAP 2.4
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Sergio Carlavilla Delgado
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-02 16:18 UTC by fullermd
Modified: 2023-10-09 16:36 UTC (History)
3 users (show)

See Also:


Attachments
Mechanically s/openldap24/openldap26/ (19.28 KB, patch)
2023-10-02 16:18 UTC, fullermd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fullermd 2023-10-02 16:18:10 UTC
Created attachment 245385 [details]
Mechanically s/openldap24/openldap26/

Article refers to OpenLDAP client/server version 2.4.  2.4 was removed a month ago, and the default version was switched to 2.6 last summer anyway.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-09 13:01:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=65f5328ae3ab9e9b098a9e346e021d654aecde9b

commit 65f5328ae3ab9e9b098a9e346e021d654aecde9b
Author:     Matthew D. Fuller <fullermd@over-yonder.net>
AuthorDate: 2023-10-09 12:59:56 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-10-09 12:59:56 +0000

    Articles - LDAP Auth: Upgrade from OpenLDAP 2.4 to OpenLDAP 2.6

    PR:     274220

 documentation/content/en/articles/ldap-auth/_index.adoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
Comment 3 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2023-10-09 13:02:07 UTC
I added only the English language, the translation teams will take care of the rest.
Comment 4 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2023-10-09 16:32:12 UTC
Ah damn I forgot to mention here but this breaks lots of things specially the entire rest of the process described has changed with the introduction of openldsp25* or openldap26. :(

So someone will still need to redo and test the rest of the process.
Comment 5 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2023-10-09 16:33:14 UTC
Shall I revert the change?
Comment 6 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2023-10-09 16:36:33 UTC
You can revert the changes or add a note that it might be broken due to some newly introduced methods.

In the mean time I will try to find some times to test this with openldap26 and see how it goes and update accordingly.