日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。
LDAPクライアント設定をONTAP NFS SVMに関連付ける
SVMでLDAPを有効にするには、 `vserver services name-service ldap create`コマンドを使用してLDAPクライアント設定をSVMに関連付ける必要があります。
開始する前に
-
LDAPドメインがネットワーク内にすでに存在しており、SVMが配置されているクラスタからアクセスできる必要があります。
-
LDAPクライアント設定がSVMに存在している必要があります。
手順
-
SVMでLDAPを有効にします。
vserver services name-service ldap create -vserver vserver_name -client-config client_config_name`vserver services name-service ldap create`コマンドは自動構成検証を実行し、ONTAPがネーム サーバに接続できない場合はエラー メッセージを報告します。
次のコマンドは、「vs1」というSVMでLDAPを有効にし、「ldap1」という名前のLDAPクライアント設定を使用するように設定します。
cluster1::> vserver services name-service ldap create -vserver vs1 -client-config ldap1 -client-enabled true
-
vserver services name-service ldap checkコマンドを使用して、ネーム サーバのステータスを検証します。
次のコマンドは、SVM vs1のLDAPサーバを検証します。
cluster1::> vserver services name-service ldap check -vserver vs1 | Vserver: vs1 | | Client Configuration Name: c1 | | LDAP Status: up | | LDAP Status Details: Successfully connected to LDAP server "10.11.12.13". |