spring-guides / gs-authenticating-ldap

Authenticating a User with LDAP :: Learn how to secure an application with LDAP.
https://spring.io/guides/gs/authenticating-ldap/
Apache License 2.0
98 stars 154 forks source link

test error with 3.1.2 release #41

Closed belliazzi closed 11 months ago

belliazzi commented 3 years ago

i must test code with this dependency

org.springframework.security spring-security-ldap 3.1.2.RELEASE

but i have this error on "maven install" command

Errors: [ERROR] AuthenticatingLdapApplicationTests.loginWithInvalidUserThenUnauthenticated » IllegalState [ERROR] AuthenticatingLdapApplicationTests.loginWithValidUserThenAuthenticated » IllegalState [INFO] [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0