Skip to content

Use LdapName instead of DistinguishedName #17325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

therepanic
Copy link
Contributor

Resolves: #17301

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 21, 2025
Copy link
Contributor

@jzheaux jzheaux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @therepanic! I've left some feedback inline.

In addition to that feedback, will you please place the ticket number in the description instead of the title, like so:

Use LdapName instead of DistinguishedName

Closes gh-17301

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2013 the original author or authors.
* Copyright 2002-2025 the original author or authors.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this file didn't have any code changes in the end, will you please remove it from the PR?

@@ -96,44 +96,6 @@ public class RelyingPartyRegistration implements Serializable {
private final Collection<Saml2X509Credential> signingX509Credentials;

protected RelyingPartyRegistration(String registrationId, String entityId, String assertionConsumerServiceLocation,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will you please remove this? I believe there is a separate PR taking care of RelyingPartyRegistration.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I apologize, I don't know how it got here.

@jzheaux jzheaux self-assigned this Jun 24, 2025
@jzheaux jzheaux added in: ldap An issue in spring-security-ldap type: enhancement A general enhancement type: breaks-passivity A change that breaks passivity with the previous release and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 24, 2025
@jzheaux jzheaux added this to the 7.0.x milestone Jun 24, 2025
@therepanic therepanic requested a review from jzheaux June 24, 2025 20:16
@therepanic
Copy link
Contributor Author

therepanic commented Jun 24, 2025

I assume the build tests are failing not because of my changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: ldap An issue in spring-security-ldap type: breaks-passivity A change that breaks passivity with the previous release type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove DistinguishedName Usage
3 participants