You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by Kaushal Shriyan <ka...@gmail.com> on 2015/02/25 16:32:42 UTC

users list and reset password

Hi,

Is there a way to look at the list of users registered in Apache DS and any
step to reset the users password?

Regards,

Kaushal

Re: users list and reset password

Posted by Emmanuel Lécharny <el...@gmail.com>.
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)