Samba サービスを設定するには:
次のコマンドを実行します:
systemctl start smb
systemctl enable smb
systemctl start nmb
systemctl enable nmb
次のコマンドを実行します:
systemctl start smbd
systemctl enable smbd
systemctl start nmbd
systemctl enable nmbd
[global]
workgroup = <Active Directory ドメインの NetBIOS 名>
password server = <Active Directory ドメインコントローラーの DNS 名>
realm = <Active Directory の大文字のドメイン名>
security = ads
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind use default domain = no
net ads join -U <ドメイン管理者>
ドメイン管理者のパスワードまたはドメイン管理者権限のあるユーザーのパスワードの入力が求められます。
サーバーが Active Directory ドメインに追加されます。
net ads testjoin
サーバーが Active Directory ドメインに追加されていれば、コンソールに Join is OK
と表示されます。
systemctl start winbind
systemctl enable winbind
usermod -a -G winbindd_priv proxy
Samba の設定が完了します。Samba の検証に進みます。
ページのトップに戻る