Password config available?

When “Require strong passwords” is enabled and Active Directory is used, the password history is set to the default of 24.

If Samba Active Directory is installed, also the system will enable password history
(Source)

If you like strong passwords without password history:

nsdc-run -- samba-tool domain passwordsettings set --history-length=0

Check settings:

nsdc-run -- samba-tool domain passwordsettings show

Source:

https://wiki.samba.org/index.php/Password_Settings_Objects

3 Likes