Deleted Added
full compact
amd.conf-sample (82794) amd.conf-sample (119679)
1# -*- text -*-
2# A SAMPLE CONFIGURATION FILE FOR AMD
3
4##############################################################################
5# GLOBAL OPTIONS SECTION (must be first in amd.conf file)
6[ global ]
7# (amd -n)
8normalize_hostnames = yes | no

--- 51 unchanged lines hidden (view full) ---

60ldap_cache_seconds = 0 (default)
61ldap_cache_maxmem = 131072 (default)
62# default base name for hesiod maps
63hesiod_base = automount
64# these 5 options can be overridden by each map individually
65browsable_dirs = yes | no | full
66map_options = cache:=all
67map_type = file|hesiod|ndbm|nis|nisplus|passwd|union|ldap
1# -*- text -*-
2# A SAMPLE CONFIGURATION FILE FOR AMD
3
4##############################################################################
5# GLOBAL OPTIONS SECTION (must be first in amd.conf file)
6[ global ]
7# (amd -n)
8normalize_hostnames = yes | no

--- 51 unchanged lines hidden (view full) ---

60ldap_cache_seconds = 0 (default)
61ldap_cache_maxmem = 131072 (default)
62# default base name for hesiod maps
63hesiod_base = automount
64# these 5 options can be overridden by each map individually
65browsable_dirs = yes | no | full
66map_options = cache:=all
67map_type = file|hesiod|ndbm|nis|nisplus|passwd|union|ldap
68mount_type = nfs | autofs
68# regular amd (nfs) mount point (default)
69# don't try the "autofs" type. It is not implemented yet.
70mount_type = nfs
69search_path = /etc/local:/etc/amdmaps:/misc/yp
70# alternate RPC program number to register with the port mapper
71portmap_program = 300019-300029
72# use fully qualified host names
73fully_qualified_hosts = yes | no
74# force NFS version or NFS protocol
75nfs_vers = 2 | 3
76nfs_proto = udp | tcp
77
78##############################################################################
79# DEFINE AN AMD MOUNT POINT
80[ /home ]
81# map name must be defined, all else are optional
82map_name = /etc/amd.home | amd.home
83map_options = cache:=all
84# if map type is not defined, will search all map types (default)
85map_type = file|hesiod|ndbm|nis|nisplus|passwd|union|ldap
86search_path = /etc/local:/etc/amdmaps:/misc/yp
71search_path = /etc/local:/etc/amdmaps:/misc/yp
72# alternate RPC program number to register with the port mapper
73portmap_program = 300019-300029
74# use fully qualified host names
75fully_qualified_hosts = yes | no
76# force NFS version or NFS protocol
77nfs_vers = 2 | 3
78nfs_proto = udp | tcp
79
80##############################################################################
81# DEFINE AN AMD MOUNT POINT
82[ /home ]
83# map name must be defined, all else are optional
84map_name = /etc/amd.home | amd.home
85map_options = cache:=all
86# if map type is not defined, will search all map types (default)
87map_type = file|hesiod|ndbm|nis|nisplus|passwd|union|ldap
88search_path = /etc/local:/etc/amdmaps:/misc/yp
87# an amd or autofs mount point
88mount_type = nfs | autofs
89# regular amd (nfs) mount point (default)
90# don't try the "autofs" type. It is not implemented yet.
91mount_type = nfs
89browsable_dirs = yes | no
90# an optional tag to be used with amd -T tag. untagged entries are always
91# used. Tagged ones get used only if specified with "amd -T"
92tag = test
93
94##############################################################################
95# DEFINE ANOTHER AMD MOUNT POINT
96[ /src ]
97map_name = /usr/local/lib/amdmaps/amu.src
98# regular amd (nfs) mount point (default)
99# don't try the "autofs" type. It is not implemented yet.
100mount_type = nfs
101
102##############################################################################
92browsable_dirs = yes | no
93# an optional tag to be used with amd -T tag. untagged entries are always
94# used. Tagged ones get used only if specified with "amd -T"
95tag = test
96
97##############################################################################
98# DEFINE ANOTHER AMD MOUNT POINT
99[ /src ]
100map_name = /usr/local/lib/amdmaps/amu.src
101# regular amd (nfs) mount point (default)
102# don't try the "autofs" type. It is not implemented yet.
103mount_type = nfs
104
105##############################################################################