Skip to content

Commit

Permalink
Merge pull request #331 from reportportal/EPMRPP-90137
Browse files Browse the repository at this point in the history
EPMRPP-90137 || Change ldap timeout type
  • Loading branch information
pbortnik committed Aug 26, 2024
2 parents b3eb9ad + 35f3143 commit f737f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
public class LdapAuthProvider extends EnableableAuthProvider {

//millis
private static final Long LDAP_TIMEOUT = 3000L;
private static final String LDAP_TIMEOUT = "3000";
private final DetailsContextMapper detailsContextMapper;

@Autowired
Expand Down

0 comments on commit f737f3d

Please sign in to comment.