Etc/Sysconfig/Autofs; Etc/Sysconfig/Clock - Red Hat ENTERPRISE LINUX 5 - DEPLOYMENT Deployment Manual

Hide thumbs Also See for ENTERPRISE LINUX 5 - DEPLOYMENT:
Table of Contents

Advertisement

Chapter 28. The sysconfig Directory
• yes — MD5 is used for authentication.
• no — MD5 is not used for authentication.
• USEKERBEROS=<value>, where <value> is one of the following:
• yes — Kerberos is used for authentication.
• no — Kerberos is not used for authentication.
• USELDAPAUTH=<value>, where <value> is one of the following:
• yes — LDAP is used for authentication.
• no — LDAP is not used for authentication.

28.1.5. /etc/sysconfig/autofs

The /etc/sysconfig/autofs file defines custom options for the automatic mounting of devices.
This file controls the operation of the automount daemons, which automatically mount file systems
when you use them and unmount them after a period of inactivity. File systems can include network
file systems, CD-ROMs, diskettes, and other media.
The /etc/sysconfig/autofs file may contain the following:
• LOCALOPTIONS="<value>", where <value> is a string for defining machine-specific automount
rules. The default value is an empty string ("").
• DAEMONOPTIONS="<value>", where <value> is the timeout length in seconds before
unmounting the device. The default value is 60 seconds ("--timeout=60").
• UNDERSCORETODOT=<value>, where <value> is a binary value that controls whether to convert
underscores in file names into dots. For example, auto_home to auto.home and auto_mnt to
auto.mnt. The default value is 1 (true).
• DISABLE_DIRECT=<value>, where <value> is a binary value that controls whether to disable
direct mount support, as the Linux implementation does not conform to the Sun Microsystems'
automounter behavior. The default value is 1 (true), and allows for compatibility with the Sun
automounter options specification syntax.

28.1.6. /etc/sysconfig/clock

The /etc/sysconfig/clock file controls the interpretation of values read from the system
hardware clock.
The correct values are:
• UTC=<value>, where <value> is one of the following boolean values:
• true or yes — The hardware clock is set to Universal Time.
• false or no — The hardware clock is set to local time.
• ARC=<value>, where <value> is the following:
434

Advertisement

Table of Contents
loading

Table of Contents