日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。
LDAPクライアント設定をONTAP NFS SVMに関連付ける
SVMでLDAPを有効にするには、コマンドを使用してLDAPクライアント設定をSVMに関連付ける必要があります vserver services name-service ldap create
。
開始する前に
-
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". |