1 Oracle ZFS Storage Appliance の概要
SMB の Microsoft スタンドアロン DFS 名前空間管理ツールのサポートマトリックス
NDMP の「dump」および「tar」を使用したバックアップ
Active Directory のドメインとワークグループ
Active Directory の Windows Server 2012 でのサポート
Active Directory の Windows Server 2008 でのサポート
Active Directory の Windows Server 2008 でのサポートのセクション A: Kerberos の問題 (KB951191)
Active Directory の Windows Server 2008 でのサポートのセクション B: NTLMv2 の問題 (KB957441)
Active Directory の Windows Server 2008 でのサポートのセクション C: NTLMv2 に関する注意点
BUI を使用した Active Directory の構成
CLI を使用した Active Directory の構成
例 - CLI を使用した Active Directory の構成
configuration services ntp の下で、authkey コマンドを使用して承認を編集します。
clownfish:configuration services ntp> authkey clownfish:configuration services ntp authkey>
このコンテキストから、create コマンドを使用して新しい鍵を追加できます。
clownfish:configuration services ntp authkey> create
clownfish:configuration services ntp authkey-000 (uncommitted)> get
keyno = (unset)
type = (unset)
key = (unset)
clownfish:configuration services ntp authkey-000 (uncommitted)> set keyno=1
keyno = 1 (uncommitted)
clownfish:configuration services ntp authkey-000 (uncommitted)> set type=A
type = A (uncommitted)
clownfish:configuration services ntp authkey-000 (uncommitted)> set key=coconuts
key = ******** (uncommitted)
clownfish:configuration services ntp authkey-000 (uncommitted)> commit
clownfish:configuration services ntp authkey>
CLI によって認証鍵をサーバーに関連付けるには、serverkeys プロパティーを、servers プロパティーの対応するサーバーに関連付けられる鍵の値のリストに設定します。サーバーが認証を使用しない場合、対応するサーバー鍵は 0 に設定されます。たとえば、上記で作成された鍵を使用してサーバー「gefilte」と「carp」を認証するには、次のように入力します。
clownfish:configuration services ntp> set servers=gefilte,carp
servers = gefilte,carp (uncommitted)
clownfish:configuration services ntp> set serverkeys=1,1
serverkeys = 1,1 (uncommitted)
clownfish:configuration services ntp> commit
clownfish:configuration services ntp>
鍵 1 を使ってサーバー「gefilte」を認証し、鍵 2 を使って「carp」を認証し、鍵 3 を使って「dory」を認証するには、次のように入力します。
clownfish:configuration services ntp> set servers=gefilte,carp,dory
servers = gefilte,carp,dory (uncommitted)
clownfish:configuration services ntp> set serverkeys=1,2,3
serverkeys = 1,2,3 (uncommitted)
clownfish:configuration services ntp> commit
clownfish:configuration services ntp>
鍵 1 を使ってサーバー「gefilte」と「carp」を認証し、さらに NTP サーバー「dory」の認証が行われないようにするには、次のように入力します。
clownfish:configuration services ntp> set servers=gefilte,carp,dory
servers = gefilte,carp,dory (uncommitted)
clownfish:configuration services ntp> set serverkeys=1,1,0
serverkeys = 1,1,0 (uncommitted)
clownfish:configuration services ntp> commit
clownfish:configuration services ntp>