Update JNDI reference in LDAP referrals documentation (#45129)

Clarified the term 'JNDI' in the LDAP referrals section.

Closes #45040
This commit is contained in:
Stian Thorgersen 2026-01-05 09:01:40 +01:00 committed by GitHub
parent 6dc2e269be
commit f2c527239d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.