Skip to content

Commit

Permalink
fix bug alibaba#9341
Browse files Browse the repository at this point in the history
  • Loading branch information
karsonto committed Oct 18, 2022
1 parent 0834641 commit b7d8aae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public LdapTemplate ldapTemplate() {
@Bean
@Conditional(ConditionOnLdapAuth.class)
public LdapAuthenticationProvider ldapAuthenticationProvider(LdapTemplate ldapTemplate,
NacosUserDetailsServiceImpl userDetailsService, NacosRoleServiceImpl nacosRoleService, String filterPrefix) {
NacosUserDetailsServiceImpl userDetailsService, NacosRoleServiceImpl nacosRoleService) {
return new LdapAuthenticationProvider(ldapTemplate, userDetailsService, nacosRoleService, filterPrefix);
}

Expand Down

0 comments on commit b7d8aae

Please sign in to comment.