Bonjour a tous

Voici mon souci. Pour mon application web, je veux me connecter a un annuaire LDAP via Spring security :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
<sec:ldap-server url="ldap://localhost:33389/dc=society,dc=com"/>
Malheureusement, j'ai le message suivant dans les log lors de la connexion

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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