jgoenetxea
1/29/2018 - 1:13 PM

Change active directory password from linux

How to change active directory password from linux systems

  1. Get the domain where you active directory is configured:

$ cat /etc/resolv.conf

  1. Change the password using samba:

$ smbpasswd -U $user -r $domain_name