Skip to content
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

[ELY-663] DirContext - referral mode, LdapRealm - custom filter #510

Merged
merged 1 commit into from Oct 20, 2016
Merged

Conversation

hkalina
Copy link

@hkalina hkalina commented Oct 15, 2016

https://issues.jboss.org/browse/ELY-663

  • fixed setting of referral mode in DirContext
  • LdapRealm - added posibility to set custom search filter to obtain identity by name (need for referral using)
  • handling errors of name to LdapName conversion
  • added more traces

@@ -205,6 +205,7 @@ private void assertNotBuilt() {
private List<AttributeMapping> attributes = new ArrayList<>();
private LdapName newIdentityParent = null;
private Attributes newIdentityAttributes = null;
private String filterName;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this the same value as "nameFilter" up above? If so, they should have the same name.

@hkalina
Copy link
Author

hkalina commented Oct 17, 2016

Fixed.

@pedroigor pedroigor merged commit 283c253 into wildfly-security:master Oct 20, 2016
@hkalina hkalina deleted the ely663 branch November 2, 2016 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants