Hi all!
I am using Spring +Apache DS but I have a little problem .. I coded the userManager for CRUD operations on LDAP server.. it works fine, but if I change the password attribute it seems not to be refreshed!
The birthdate is rightly changed, but the user password is refreshed only if I restart the Apache DS! ( I tried to close the browser and shutdown the application server also !!)Code:userManager.updateAccount( Account a, String newPassword, Birthdate day )
Why?!?![]()


Reply With Quote