Bug 1882

Summary: problem with script /etc/rc.d/init.d/autofs
Product: [Retired] Red Hat Linux Reporter: Dimitri Papadopoulos <dpo>
Component: autofsAssignee: Preston Brown <pbrown>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.1CC: dpo
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-04-10 03:09:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dimitri Papadopoulos 1999-03-30 15:30:19 UTC
The /etc/rc.d/init.d/autofs script should be enhanced.

At office, user home directories are dispatched on many
Solaris servers. Precise physical location is described in
a NIS map on a Solaris NIS server. However, Solaris
workstations keep a local auto_master master map.

The current state of function getmounts() does not permit
to mix a local auto.master master map with a NIS auto_home
map. We had to hack the script to auto-mount user
directories.


I would like to contribute and modifiy this script, so that
local and NIS maps can be mixed, like on Solaris platform.
However, I don't know who is responsible for this script.
The man page says:
	This manual page was written by Christoph Lameter
	<chris>, for the Debian GNU/Linux system.
	Edited by H. Peter Anvin <hpa>. Edited
	by Michael K. Johnson <johnsonm> to match
	Red Hat Linux.
So I guess the script has been enhanced by Red Hat. If not,
please tell me and I will contact the original maintainer.

Comment 1 Preston Brown 1999-03-30 20:47:59 UTC
I would appreciate any enhancements to the script that you have.
Please send them directly to me, and I will make sure they get
integrated.

Comment 2 Michael K. Johnson 1999-04-10 03:09:59 UTC
We are currently integrating patches into our development version
which provide precisely what you are asking for: supporting random
mixes of local maps and yp maps.