Samba – zarządzanie użytkownikami i polityką haseł

Sprawdzenie domyślnej polityki haseł

# samba-tool domain passwordsettings show

Ustawienie domyślnej polityki haseł

# samba-tool domain passwordsettings set --complexity=on --store-plaintext=off --history-length=12 --min-pwd-length=8 --min-pwd-age=0 --max-pwd-age=30 --account-lockout-duration=30 --account-lockout-threshold=10 --reset-account-lockout-after=15

Lista użytkowników

# samba-tool user list

Informacje o użytkowniku

# samba-tool user show <username>
Posted in Linux.