From 30d9762d71d5fdb40a56011fdf01e1f2719392a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aneta=20=C5=A0teflov=C3=A1=20Petrov=C3=A1?= Date: Tue, 17 Sep 2024 14:46:07 +0200 Subject: [PATCH] Foreman expects LDAP server to follow RFC2307 --- guides/common/modules/con_using-ldap.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/common/modules/con_using-ldap.adoc b/guides/common/modules/con_using-ldap.adoc index 29e6a9fbb94..bfc7352cb92 100644 --- a/guides/common/modules/con_using-ldap.adoc +++ b/guides/common/modules/con_using-ldap.adoc @@ -2,6 +2,7 @@ = Using LDAP {Project} supports LDAP authentication using one or multiple LDAP directories. +Your LDAP server must comply with the link:https://datatracker.ietf.org/doc/html/rfc2307[RFC 2307] schema. If you require {ProjectName} to use `TLS` to establish a secure LDAP connection (LDAPS), first obtain certificates used by the LDAP server you are connecting to and mark them as trusted on the base operating system of your {ProjectServer} as described below. If your LDAP server uses a certificate chain with intermediate certificate authorities, all of the root and intermediate certificates in the chain must be trusted, so ensure all certificates are obtained.