Hi Everybody I have a linux debian 8 server with samba user share. I have tried to upgrade to version 9. The package (libpam-smbpass) wich made synchronize linux password to the samba password is missing the new. Are there any way to synchronize unix local password with samba password ? Or can I download libpam-smbpass source from somewhere ? Thanks Zoltan
On Mon, 8 Apr 2019 15:24:34 +0200 Kereszt Vezeték via samba <samba at lists.samba.org> wrote:> Hi Everybody > > I have a linux debian 8 server with samba user share. I have tried to > upgrade to version 9. The package (libpam-smbpass) wich made > synchronize linux password to the samba password is missing the > new. Are there any way to synchronize unix local password with samba > password ? > Or can I download libpam-smbpass source from somewhere ? > Thanks > Zoltan >It was remove around Samba 4.4.0 You could add 'unix password sync = yes' to smb.conf and then change the Samba password instead of changing the Unix password. Rowland
On Mon, 8 Apr 2019 17:01:02 +0200 Kereszt Vezeték <hintalo68 at gmail.com> wrote:> Thank, but I would like change the other direction. > When I change the linux passwordit shoud be change the samba password. > Are there any way to this ?The only way would be to script around whatever way you change your unix passwords. Rowland
On Mon, 8 Apr 2019 20:36:36 +0200 Kereszt Vezeték <hintalo68 at gmail.com> wrote:> :-( I have read a article that it should add a line end of the > adduser perl script > smbpasswd -a "$LOGIN" > I have not found any script to create and synchronize password.No, I don't think you will, you will have to write your own script. Rowland