Go to main content

Oracle® ZFS Storage Appliance 管理指南,发行版 OS8.8.0

退出打印视图

更新时间: 2018 年 11 月
 
 

添加 SMB 自动主目录规则 (CLI)

  1. 转到 configuration services smb
  2. 使用 create 命令添加自动主目录规则,使用 list 命令列出现有规则。

    此示例为用户 "Bill" 添加规则,然后列出规则:

    hostname:> configuration services smb
    hostname:configuration services smb> create
    hostname:configuration services rule (uncommitted)> set use_nss=false 
    hostname:configuration services rule (uncommitted)> set user=Bill
    hostname:configuration services rule (uncommitted)> set directory=/export/wdp
    hostname:configuration services rule (uncommitted)> set container="dc=com,dc=fishworks,
       ou=Engineering,CN=myhome"
    hostname:configuration services rule (uncommitted)> commit
    hostname:configuration services smb> list
    RULE       NSS      USER         DIRECTORY            CONTAINER           
    rule-000   false    Bill         /export/wdp          dc=com,dc=fishworks,
       ou=Engineering,CN=myhome
  3. 使用通配符创建自动主目录规则。

    & 字符匹配用户的用户名,? 字符匹配用户的用户名中第一个字符。下面的示例使用通配符来匹配所有用户:

    hostname:configuration services smb> create
    hostname:configuration services rule (uncommitted)> set use_nss=false 
    hostname:configuration services rule (uncommitted)> set user=*
    hostname:configuration services rule (uncommitted)> set directory=/export/?/&
    hostname:configuration services rule (uncommitted)> set container="dc=com,dc=fishworks,
       ou=Engineering,CN=myhome"
    hostname:configuration services rule (uncommitted)> commit
    hostname:configuration services smb> list
    RULE       NSS      USER         DIRECTORY            CONTAINER           
    rule-000   false    Bill         /export/wdp          dc=com,dc=fishworks,
       ou=Engineering,CN=myhome
  4. 还可以使用名称服务转换来创建自动主目录规则:
    hostname:configuration services smb> create
    hostname:configuration services rule (uncommitted)> set use_nss=true 
    hostname:configuration services rule (uncommitted)> set container="dc=com,dc=fishworks,
       ou=Engineering,CN=myhome"
    hostname:configuration services rule (uncommitted)> commit
    hostname:configuration services smb> list
    RULE       NSS      USER         DIRECTORY            CONTAINER           
    rule-000   true                                       dc=com,dc=fishworks,
       ou=Engineering,CN=myhome