diff options
Diffstat (limited to 'vimwiki/Password Changing.md')
| -rw-r--r-- | vimwiki/Password Changing.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vimwiki/Password Changing.md b/vimwiki/Password Changing.md new file mode 100644 index 0000000..59b60de --- /dev/null +++ b/vimwiki/Password Changing.md @@ -0,0 +1,11 @@ +Users can change their own passwords with the passwd command, but if you need to change a user’s password +without their involvement, do + +`sudo /root/ldifs/star-passwd username` + +which will just prompt for the new password and the LDAP password. + +__Note:__ + +If you need to lock a user out of their account without deleting it, just change the password to +something unguessable. |
