Subversion Repositories configs

Rev

Rev 34 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34 Rev 58
Line 133... Line 133...
133
#		   authentication configuration file.
133
#		   authentication configuration file.
134
#
134
#
135
#auth_conf_file = /etc/autofs_ldap_auth.conf
135
#auth_conf_file = /etc/autofs_ldap_auth.conf
136
#
136
#
137
# map_hash_table_size - set the map cache hash table size.
137
# map_hash_table_size - set the map cache hash table size.
138
# 			Should be a power of 2 with a ratio roughly
138
# 			Should be a power of 2 with a ratio of
139
# 			between 1:10 and 1:20 for each map.
139
# 			close to 1:8 for acceptable performance
-
 
140
# 			with maps up to around 8000 entries.
-
 
141
# 			See autofs.conf(5) for more details.
140
#
142
#
141
#map_hash_table_size = 1024
143
#map_hash_table_size = 1024
142
#
144
#
-
 
145
# use_hostname_for_mounts - nfs mounts where the host name resolves
-
 
146
# 			 to more than one IP address normally need
-
 
147
# 			 to use the IP address to esure a mount to
-
 
148
# 			 a host that isn't responding isn't done.
-
 
149
# 			 If that behaviour is not wanted then set
-
 
150
#			 ths to "yes", default is "no".
-
 
151
#
-
 
152
#use_hostname_for_mounts = "no"
143
#
153
#
144
# Otions for the amd parser within autofs.
154
# Otions for the amd parser within autofs.
145
#
155
#
146
# amd configuration options that are aren't used, haven't been
156
# amd configuration options that are aren't used, haven't been
147
# implemented or have different behaviour within autofs.
157
# implemented or have different behaviour within autofs.