ubuntu 20.04 インストール (4) SAMBA関係の設定
sambaのドメインレベルの確認
sambaのドメインレベルの確認は
#sudo samba-tool domain level show
Forest function level: (Windows) 2008 R22008 R2相当となる Server 2019も出てるというのに2008 R2とおもい調べてみた.上げない方がいいらしい.
Domain function level: (Windows) 2008 R2
Lowest function level of a DC: (Windows) 2008 R2
https://wiki.samba.org/index.php/Raising_the_Functional_Levels
- * Functional level is included for use against Windows, but not supported in Samba. Kerberos improvements from Windows Server 2012 and 2012 R2 are not implemented in Samba.
2012設定できるけど,sambaでサポートしてないからやらんほうがええよ
ってなっているので,そのままにしておく
パスワードポリシー
パスワードポリシーの確認
$ sudo samba-tool domain passwordsettings show
Password complexity: onとりあえずの実験用なので
Store plaintext passwords: off
Password history length: 24
Minimum password length: 7
Minimum password age (days): 1
Maximum password age (days): 42
Account lockout duration (mins): 30
Account lockout threshold (attempts): 0
Reset account lockout after (mins): 30
複雑なパスワードを要求しない
$ sudo samba-tool domain passwordsettings set --complexity=off最小パスワード長を6にする
$ sudo samba-tool domain passwordsettings set --min-pwd-length=6
コメント
コメントを投稿