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-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