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

驗證名稱服務交換器表中的LDAP來源

貢獻者

您必須驗證SVM的名稱服務交換器表中是否正確列出名稱服務的LDAP來源。

步驟
  1. 顯示目前名稱服務交換器表格內容:

    vserver services name-service ns-switch show -vserver svm_name

    下列命令顯示SVM My_SVM的結果:

    ie3220-a::> vserver services name-service ns-switch show -vserver My_SVM
                                   Source
    Vserver         Database       Order
    --------------- ------------   ---------
    My_SVM          hosts          files,
                                   dns
    My_SVM          group          files,ldap
    My_SVM          passwd         files,ldap
    My_SVM          netgroup       files
    My_SVM          namemap        files
    5 entries were displayed.

    namemap 指定要搜尋名稱對應資訊的來源、以及搜尋順序。在純UNIX環境中、不需要輸入此項目。只有在同時使用UNIX和Windows的混合環境中才需要名稱對應。

  2. 更新 ns-switch 視情況輸入:

    如果您想要更新下列項目的ns交換器項目…​ 輸入命令…​

    使用者資訊

    vserver services name-service ns-switch modify -vserver vserver_name -database passwd -sources ldap,files

    群組資訊

    vserver services name-service ns-switch modify -vserver vserver_name -database group -sources ldap,files

    網路群組資訊

    vserver services name-service ns-switch modify -vserver vserver_name -database netgroup -sources ldap,files