Skip to content

Commit

Permalink
EPMRPP-94013 || Not possible to create LDAP integration with any enco…
Browse files Browse the repository at this point in the history
…der type
  • Loading branch information
APiankouski committed Aug 27, 2024
1 parent 0f05a5c commit 87cd016
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,6 @@ protected AuthenticationProvider getDelegate() {
LdapParameter.GROUP_SEARCH_BASE.getParameter(integration).ifPresent(builder::groupSearchBase);
LdapParameter.USER_SEARCH_FILTER.getParameter(integration).ifPresent(builder::userSearchFilter);

LdapParameter.PASSWORD_ENCODER_TYPE.getParameter(integration).ifPresent(it -> {
LdapAuthenticationProviderConfigurer<AuthenticationManagerBuilder>
.PasswordCompareConfigurer passwordCompareConfigurer = builder.passwordCompare();
LdapParameter.PASSWORD_ATTRIBUTE.getParameter(integration)
.ifPresent(passwordCompareConfigurer::passwordAttribute);
});

LdapParameter.USER_DN_PATTERN.getParameter(integration).ifPresent(builder::userDnPatterns);

try {
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ ${AnsiColor.BRIGHT_YELLOW}
/_/
${info.build.name}: ${info.build.version}
Built with ♡ by EPAM Systems
Some words
Spring Boot ${spring-boot.formatted-version}

0 comments on commit 87cd016

Please sign in to comment.