ONTAP 9.13

to English version

ネーム サービス スイッチ テーブルでのLDAPソースの確認

ネーム サービスのLDAPソースがSVMのネーム サービス スイッチ テーブルに正しく登録されていることを確認する必要があります。

手順
  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-switchエントリの更新対象 入力するコマンド

    ユーザー情報

    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

Top of Page