JavaScript is required to for searching.
跳过导航链接
退出打印视图
Trusted Extensions 配置和管理     Oracle Solaris 11.1 Information Library (简体中文)
为本文档评分
search filter icon
search icon

文档信息

前言

第 1 部分Trusted Extensions 的初始配置

1.  Trusted Extensions 的安全规划

2.  Trusted Extensions 的配置任务列表

3.  将 Trusted Extensions 功能添加到 Oracle Solaris(任务)

4.  配置 Trusted Extensions(任务)

5.  为 Trusted Extensions 配置 LDAP(任务)

在 Trusted Extensions 网络上配置 LDAP(任务列表)

在 Trusted Extensions 系统上配置 LDAP 代理服务器(任务列表)

在 Trusted Extensions 系统上配置 Oracle Directory Server Enterprise Edition

收集用于 LDAP 的 Directory Server 的信息

安装 Oracle Directory Server Enterprise Edition

为 Directory Server 创建 LDAP 客户机

配置 Oracle Directory Server Enterprise Edition的日志

为 Oracle Directory Server Enterprise Edition配置多级别端口

置备 Oracle Directory Server Enterprise Edition

为现有 Oracle Directory Server Enterprise Edition创建 Trusted Extensions 代理

创建 LDAP 代理服务器

创建 Trusted Extensions LDAP 客户机

使全局区域成为 Trusted Extensions 中的客户机

第 2 部分Trusted Extensions 的管理

6.  Trusted Extensions 管理概念

7.  Trusted Extensions 管理工具

8.  Trusted Extensions 系统上的安全要求(概述)

9.  执行 Trusted Extensions 中的常见任务

10.  Trusted Extensions 中的用户、权限和角色(概述)

11.  在 Trusted Extensions 中管理用户、权限和角色(任务)

12.  Trusted Extensions 中的远程管理(任务)

13.  在 Trusted Extensions 中管理区域

14.  在 Trusted Extensions 中管理和挂载文件

15.  可信网络(概述)

16.  在 Trusted Extensions 中管理网络(任务)

17.  Trusted Extensions 和 LDAP(概述)

18.  Trusted Extensions 中的多级别邮件(概述)

19.  管理有标签打印(任务)

20.  Trusted Extensions 中的设备(概述)

21.  管理 Trusted Extensions 的设备(任务)

22.  Trusted Extensions 审计(概述)

23.  Trusted Extensions 中的软件管理

A.  站点安全策略

创建和管理安全策略

站点安全策略和 Trusted Extensions

计算机安全建议

物理安全建议

人员安全建议

常见安全违规

其他安全参考信息

B.  Trusted Extensions 的配置核对表

用于配置 Trusted Extensions 的核对表

C.  Trusted Extensions 管理快速参考

Trusted Extensions 中的管理接口

由 Trusted Extensions 扩展的 Oracle Solaris 接口

Trusted Extensions 中更为严厉的安全缺省值

Trusted Extensions 中的受限选项

D.  Trusted Extensions 手册页列表

按字母顺序排列的 Trusted Extensions 手册页

Trusted Extensions 修改的 Oracle Solaris 手册页

词汇表

索引

请告诉我们如何提高我们的文档:
过于简略
不易阅读或难以理解
重要信息缺失
错误的内容
需要翻译的版本
其他
Your rating has been updated
感谢您的反馈!

您的反馈将非常有助于我们提供更好的文档。 您是否愿意参与我们的内容改进并提供进一步的意见?

创建 Trusted Extensions LDAP 客户机

以下过程为现有 Trusted Extensions Directory Server 创建 LDAP 客户机。

使全局区域成为 Trusted Extensions 中的客户机

此过程在 LDAP 客户机上为全局区域建立 LDAP 命名服务配置。

使用 txzonemgr 脚本。


注 - 如果打算在每个有标签区域中设置一个名称服务器,则您要负责建立与每个有标签区域的 LDAP 客户机连接。


开始之前

Oracle Directory Server Enterprise Edition(即 Directory Server)必须存在。该服务器必须置备有 Trusted Extensions 数据库,并且此客户机系统必须能够与该服务器联系。因此,Directory Server 必须已为此客户机指定安全模板。不需要特定的指定,通配符指定已足够。

您必须在全局区域中承担 root 角色。

  1. 如果使用的是 DNS,请将 dns 添加到 name-service/switch 配置。

    LDAP 的标准命名服务转换文件对 Trusted Extensions 具有过多限制。

    1. 显示当前配置。
      # svccfg -s name-service/switch listprop config
      config                       application
      config/value_authorization   astring       solaris.smf.value.name-service.switch
      config/default               astring       files ldap
      config/netgroup              astring       ldap
      config/printer               astring       "user files ldap"
    2. dns 添加到 host 属性并刷新该服务。
      # svccfg -s name-service/switch setprop config/host = astring: "files dns ldap"
      # svccfg -s name-service/switch:default refresh
    3. 验证新配置。
      # svccfg -s name-service/switch listprop config
      config                       application
      config/value_authorization   astring       solaris.smf.value.name-service.switch
      config/default               astring       files ldap
      config/host                  astring       files dns ldap
      config/netgroup              astring       ldap
      config/printer               astring       "user files ldap"

      Trusted Extensions 数据库使用缺省配置 files ldap,因此未被列出。

  2. 要创建 LDAP 客户机,请运行不带任何选项的 txzonemgr 命令。
    # txzonemgr &
    1. 双击全局区域。
    2. 选择 "Create LDAP Client"(创建 LDAP 客户机)。
    3. 应答以下提示,并在每次应答后单击 "OK"(确定):
      Enter Domain Name:                   Type the domain name
      Enter Hostname of LDAP Server:       Type the name of the server
      Enter IP Address of LDAP Server servername: Type the IP address
      Enter LDAP Proxy Password:       Type the password to the server
      Confirm LDAP Proxy Password:     Retype the password to the server
      Enter LDAP Profile Name:         Type the profile name
    4. 确认或取消显示的值。
      Proceed to create LDAP Client?

      确认后,txzonemgr 脚本将运行 ldapclient init 命令。

  3. 通过启用投影更新来完成客户机配置。
    # ldapclient -v mod -a enableShadowUpdate=TRUE \
    > -a adminDN=cn=admin,ou=profile,dc=domain,dc=suffix
    System successfully configured
  4. 检验服务器上的信息是否正确。
    1. 打开终端窗口,查询 LDAP 服务器。
      # ldapclient list

      其输出与以下内容类似:

      NS_LDAP_FILE_VERSION= 2.0
      NS_LDAP_BINDDN= cn=proxyagent,ou=profile,dc=domain-name
      ...
      NS_LDAP_BIND_TIME= number
    2. 更正所有错误。

      如果出现错误,请重新执行步骤 2步骤 4。例如,以下错误可能表示系统没有 LDAP 服务器上的项。

      LDAP ERROR (91): Can't connect to the LDAP server.
      Failed to find defaultSearchBase for domain domain-name

      要更正此错误,需要检查 LDAP 服务器。