Minimum password lenght 10 characters

Hi,

I have a password policy issue (NethServer release 7.4.1708, local SAMBA DC):
Is it possible to specify that user passwords must be at least 10 characters long?
By default, only 7 characters are set as default.

Thanks for your support.

Hi @marfo,

yes, it’s possible. The web UI will still allow to create a user with a shorter password but the user is not unlocked until his password length is ok.

systemd-run -M nsdc -t /bin/bash -c "samba-tool domain passwordsettings set --min-pwd-length=10"

1 Like

@marfo GDPR related policy?
Sorry, i’ll try to be a bit more specific.

Is this password policy request GDPR-related?

Great, thanks for the prompt solution!

1 Like