2 .\" The contents of this file are subject to the terms of the
3 .\" Common Development and Distribution License (the "License").
4 .\" You may not use this file except in compliance with the License.
6 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7 .\" or http://www.opensolaris.org/os/licensing.
8 .\" See the License for the specific language governing permissions
9 .\" and limitations under the License.
11 .\" When distributing Covered Code, include this CDDL HEADER in each
12 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
13 .\" If applicable, add the following below this CDDL HEADER, with the
14 .\" fields enclosed by brackets "[]" replaced with your own identifying
15 .\" information: Portions Copyright [yyyy] [name of copyright owner]
18 .\" Copyright (c) 2002 Sun Microsystems, Inc. All rights reserved.
19 .\" Copyright 2016 Nexenta Systems, Inc.
26 .Nd automount configuration properties
32 daemon is controlled by property values that are stored in the Service
37 command should be used to query or change values for these properties.
45 command line override the values set using
48 The following list describes the properties:
50 .It Sy timeout Ns = Ns Ar num
51 Specifies a duration, in seconds, that a file system is to remain mounted when
53 The default value is 600
59 .It Sy automount_verbose Ns = Ns Sy true Ns | Ns Sy false
61 Causes you to be notified of non-critical events, such as
70 .It Sy automountd_verbose Ns = Ns Sy true Ns | Ns Sy false
72 Causes status messages to be logged to the svc:/system/filesystem/autofs:default
80 .It Sy nobrowse Ns = Ns Sy true Ns | Ns Sy false
81 Turn on or off browsing for all
90 .It Sy trace Ns = Ns Ar num
91 Expands each RPC call and logs it to svc:/system/filesystem/autofs:default
93 The default value, 0, turns off such tracing.
94 Starting with 1, with each higher value, the verbosity of trace output
97 .Sy environment Ns = Ns Ar name Ns = Ns Ar value Ns
98 .Oo , Ns Ar name Ns = Ns Ar value Oc Ns ...
100 Specifies a comma separated list of environment variables.
101 If an environment variable has more than one value, those values should be
102 separated with a comma, preceded by a backslash as an escape character
105 .Bd -literal -offset indent
106 VAR1=val1,VAR2=val2\e,val3