Bonjour a tous
Voici mon souci. Pour mon application web, je veux me connecter a un annuaire LDAP via Spring security :
<sec:ldap-server url="ldap://localhost:33389/dc=society,dc=com"/>
Malheureusement, j'ai le message suivant dans les log lors de la connexion
1 2 3 4
| GRAVE: Exception while dispatching incoming RPC call
java.lang.RuntimeException:
UnexpectedException: Service method 'public abstract Permissions .login(String,String) throws LoginException' threw an unexpected exception:
org.springframework.security.AuthenticationServiceException: [LDAP: error code 50 - INSUFFICIENT_ACCESS_RIGHTS: failed for |
puis, plus loin
attributes : Attempted operation by unauthenticated caller.];
Voila si quelqu'un a une idée sur la cuase du problème, je suis bien preneur.
Merci
Partager