Operating System - HP-UX
1826415 Members
3942 Online
109692 Solutions
New Discussion

sync /etc/passwd with samba passwords

 
William Pribble
Frequent Advisor

sync /etc/passwd with samba passwords

How do I sync the /etc/password with the samba password file, when a user changes their user password I would like it to automatically update the samba password file. any help appreciated.

Thanks
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: sync /etc/passwd with samba passwords

When a password changes in /etc/passwd the samba password database as to be updated.

This is done via the following command:

smbpasswd -a

How to do that in a more automated way is a bit dicier.

This document covers your integration options.

http://docs.hp.com/hpux/onlinedocs/netcom/cifs_client_manual.pdf

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Darren Prior
Honored Contributor

Re: sync /etc/passwd with samba passwords

Hi Elaine,

There are a couple of options here:

1) Use your PDC to authenticate users for both Samba/CIFS and HP-UX. You'd need to configure CIFS server to Domain level security, and configure pam.conf to support these types of login.

2) You can sync passwords the other way round - ie changing the Samba/CIFS password updates the /etc/passwd entry. See p177 of the O'Reilly Using Samba book.

3) I think some versions of Samba have command line password sync.

regards,

Darren.

PS: Please remember to assign points to those that have helped; it helps others judge which answers are useful and is a simple way to reward those that have spent time helping you.
Calm down. It's only ones and zeros...