From f2c527239d75e2444875e65ff88a57e4215955aa Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Mon, 5 Jan 2026 09:01:40 +0100 Subject: [PATCH] Update JNDI reference in LDAP referrals documentation (#45129) Clarified the term 'JNDI' in the LDAP referrals section. Closes #45040 --- docs/documentation/upgrading/topics/changes/changes-26_4_6.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/upgrading/topics/changes/changes-26_4_6.adoc b/docs/documentation/upgrading/topics/changes/changes-26_4_6.adoc index 574074fccc7..43bca55e44a 100644 --- a/docs/documentation/upgrading/topics/changes/changes-26_4_6.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-26_4_6.adoc @@ -8,7 +8,7 @@ Notable changes may include internal behavior changes that prevent common miscon LDAP referrals now by default are only allowed to include LDAP URLs. This change enhances security and aligns with best practices for LDAP configurations. -This also prevents other JDNI references from being used in case you have written custom extensions. +This also prevents other JNDI references from being used in case you have written custom extensions. To restore the original behavior, set the option `spi-storage--ldap--secure-referral` to `false`. When doing this, we recommend to disable LDAP referrals in all LDAP providers.