Operating System - HP-UX
1833764 Members
2551 Online
110063 Solutions
New Discussion

I need to reset the administrator password for SWAT/Samba

 
SOLVED
Go to solution
Nick D'Angelo
Super Advisor

I need to reset the administrator password for SWAT/Samba

How can I reset the administrator password for SWAT?
Always learning
3 REPLIES 3
Hai Nguyen_1
Honored Contributor
Solution

Re: I need to reset the administrator password for SWAT/Samba

Nick,

As root, run

# passwd

to reset it.

Hai
Nick D'Angelo
Super Advisor

Re: I need to reset the administrator password for SWAT/Samba

Thanks, I didn't realize that it uses root's current password.

I thought it kept in the configuration of SAMBA in a separate location.

THanks again.
Always learning
Alex Glennie
Honored Contributor

Re: I need to reset the administrator password for SWAT/Samba

Also be aware of the smb.conf paramter "unix password sync" which needs to be set to yes as I understand it, for the users encrypted password changes to be updated in Samba's passwd file.