Le 25/02/15 16:32, Kaushal Shriyan a écrit : > Hi, > > Is there a way to look at the list of users registered in Apache DS and any > step to reset the users password?
It all depends on where you stored what you call 'users'. There is no such thing in LDAP, a 'user' is a pure semantic definition of yours. Now, assuming that you have entries containing the userPassword attribute, it's enough to update this value with the correct hashed value using the admin user (you can use slappasswd for that purpose : http://linux.die.net/man/8/slappasswd)
