About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
jgoenetxea
1/29/2018 - 1:13 PM
share
Share
add_circle_outline
Save
Change active directory password from linux
Change_activedirectory_password_linux.md
content_copy
file_download
Rendered
Source
How to change active directory password from linux systems
Get the domain where you active directory is configured:
$ cat /etc/resolv.conf
Change the password using samba:
$ smbpasswd -U $user -r $domain_name
clear