Command ReferenceA-61
NAME
options - display or set filer options
SYNOP SIS
options [ option value ] ...
DESCRIPTION
options is used to change configurable filer software options. If no options are
specified, then options prints the current value of all available options. The
default value for most options is off, which means that the option is not set.
Changing the value to on enables the option; for most options, the only valid val-
ues are on (which can also be expressed as yes, true, or 1) in any mixture of
upper and lower case, and off (which can also be expressed as no, false, or 0) in
any mixture of upper and lower case. The description of the option will indicate
the default if it is not off, and will indicate what values are allowed if it isnt an on/
off option. If it is desired to make an option setting permanent, the necessary
options command must be placed in the /etc/rc file, as options settings are not
preserved across system reboots. The legal options are as follows:
cifs.access_logging_enable
When on, enables the filer to process access logging, or auditing,
information. The default is off.
cifs.access_logging.filename
Specifies the active event log file. The file must be in an existing
directory in a network share.
cifs.bypass_traverse_checking
When on (the default), directories in the path to a file are not
required to have the X (traverse) permission. This option does not
apply in UNIX qtrees.
cifs.guest_account
Enables a user to get access to the filer provided that either the filer
uses a Domain Controller for authentication and the user is not in a
trusted domain, or the filer uses the /etc/passwd file or the NIS
password database for authentication and the user has no entry in
the /etc/passwd or the NIS password database. If this option is
set to the name of an account in the password database, a user log-
ging into the filer will be assigned to the guest account if their
name is not listed in the password database (when using /etc/
passwd or NIS) or if the user is not from a trusted domain (when
using a domain controller). The configured user name will be used
for the UNIX user ID, group ID, and group set of the specified
account. If the option is blank, guest access is disabled.
cifs.home_dir When set to the pathname of a directory, this defines the path to
the homes directory. The directories under this path should have
the names of users as their names. When a user connects to the
filer using CIFS and there is a directory name that exactly matches
options