Skip to main content
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

將LDAP用戶端組態與SVM建立關聯

貢獻者

若要在 SVM 上啟用 LDAP 、您必須使用 vserver services name-service ldap create 用於將 LDAP 用戶端組態與 SVM 建立關聯的命令。

您需要的產品
  • LDAP網域必須已存在於網路中、且SVM所在的叢集必須能夠存取。

  • SVM上必須存在LDAP用戶端組態。

步驟
  1. 在 SVM 上啟用 LDAP :

    vserver services name-service ldap create -vserver vserver_name -client-config client_config_name

    註

    從 ONTAP 9.2 開始 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
  2. 使用vserver services name-service LDAP檢查命令來驗證名稱伺服器的狀態。

    下列命令可驗證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".                                              |

    名稱服務檢查命令可從ONTAP 版本號不含資訊的9.2開始使用。