EasyManua.ls Logo

Oracle ZFS Storage Appliance

Oracle ZFS Storage Appliance
650 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Adding SMB Autohome Rules (CLI)
2.
Use the create command to add autohome rules, and the list command to list
existing rules.
This example adds a rule for the user "Bill" then lists the rules:
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.
Create Autohome rules using wildcard characters.
The & character matches the users' username, and the ? character matches the first letter of the
users' username. The following uses wildcards to match all users:
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.
The name service switch can also be used to create autohome rules:
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
Appliance Services 251

Table of Contents

Other manuals for Oracle ZFS Storage Appliance

Related product manuals