Skip to content

Configure required authentication operation types for embedded LDAP - #51461

Open
seanxuu wants to merge 1 commit into
spring-projects:mainfrom
seanxuu:codex/ldap-authentication-operation-types
Open

Configure required authentication operation types for embedded LDAP#51461
seanxuu wants to merge 1 commit into
spring-projects:mainfrom
seanxuu:codex/ldap-authentication-operation-types

Conversation

@seanxuu

@seanxuu seanxuu commented Aug 26, 2026

Copy link
Copy Markdown

Summary

  • Add spring.ldap.embedded.authentication-required-operation-types for configuring which embedded LDAP operations require authentication.
  • Apply the configured operation types to the UnboundID in-memory directory server.
  • Verify that anonymous searches are rejected when configured and authenticated searches continue to work.

Closes #51437

Validation

  • ./gradlew :module:spring-boot-ldap:check (JDK 25)

Signed-off-by: Sean <seanxu@connect.hku.hk>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 26, 2026
@seanxuu
seanxuu marked this pull request as ready for review August 26, 2026 08:45
@wilkinsona wilkinsona added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Aug 26, 2026
@wilkinsona wilkinsona added this to the 4.2.x milestone Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add property to configure required authentication operation types for embedded LDAP

3 participants