From ce058820a59d63899b43b222d0e93b18cb435942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aneta=20=C5=A0teflov=C3=A1=20Petrov=C3=A1?= Date: Thu, 12 Sep 2024 13:22:34 +0200 Subject: [PATCH 1/2] Foreman expects LDAP server to follow RFC2307 --- guides/common/modules/proc_configuring-project-to-use-ldap.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/common/modules/proc_configuring-project-to-use-ldap.adoc b/guides/common/modules/proc_configuring-project-to-use-ldap.adoc index c2d06ee13e7..2756598d9bc 100644 --- a/guides/common/modules/proc_configuring-project-to-use-ldap.adoc +++ b/guides/common/modules/proc_configuring-project-to-use-ldap.adoc @@ -4,6 +4,7 @@ Configure an LDAP authentication source to enable users to log in to {Project} with their existing LDAP credentials. .Prerequisites +* Your LDAP server is compliant with the link:https://datatracker.ietf.org/doc/html/rfc2307[RFC 2307] schema. * Your user account has the following permissions: ** `view_authenticators`, `create_authenticators`, `edit_authenticators` ** `view_locations`, `assign_locations` From 0346883236255d91be5fbd42c355530a4bb86666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aneta=20=C5=A0teflov=C3=A1=20Petrov=C3=A1?= Date: Thu, 12 Sep 2024 18:27:50 +0200 Subject: [PATCH 2/2] Simplify wording for RFC2307 prereq Co-authored-by: Maximilian Kolb --- guides/common/modules/proc_configuring-project-to-use-ldap.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/common/modules/proc_configuring-project-to-use-ldap.adoc b/guides/common/modules/proc_configuring-project-to-use-ldap.adoc index 2756598d9bc..ea620e937b0 100644 --- a/guides/common/modules/proc_configuring-project-to-use-ldap.adoc +++ b/guides/common/modules/proc_configuring-project-to-use-ldap.adoc @@ -4,7 +4,7 @@ Configure an LDAP authentication source to enable users to log in to {Project} with their existing LDAP credentials. .Prerequisites -* Your LDAP server is compliant with the link:https://datatracker.ietf.org/doc/html/rfc2307[RFC 2307] schema. +* Your LDAP server complies with the link:https://datatracker.ietf.org/doc/html/rfc2307[RFC 2307] schema. * Your user account has the following permissions: ** `view_authenticators`, `create_authenticators`, `edit_authenticators` ** `view_locations`, `assign_locations`