日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。
ネームサービススイッチテーブルでLDAPソースを確認
共同作成者
変更を提案
ネームサービスのLDAPソースがSVMのネームサービススイッチテーブルに正しく表示されていることを確認する必要があります。
手順
-
現在のネームサービススイッチテーブルの内容を表示します。
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 の両方を使用する混在環境でのみ必要になります。
-
必要に応じてエントリを更新し `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