Hi!
After an upgrade to 42.3 from 13.1 smbpasswd rejets password changes if used by other user than root.
Code:
pruebas@tutatis:/etc/samba> smbpasswd
Old SMB password:
New SMB password:
Retype new SMB password:
SAMR connection to machine 127.0.0.1 failed. Error was
NT_STATUS_ACCESS_DENIED, but LANMAN password changes are disabled
then I edited smb.conf, added
Code:
client NTLMv2 auth = no
client lanman auth = yes
restarted samba
Code:
root@tutatis:/etc/samba> service smb restart ; service nmb restart ; service winbind restart
and the different error but I continue getting an error
Code:
pruebas@tutatis:/etc/samba> smbpasswd
Old SMB password:
New SMB password:
Retype new SMB password:
Could not connect to machine 127.0.0.1: NT_STATUS_LOGON_FAILURE
pruebas@tutatis:/etc/samba>
any clues?
regards