Bug 103220 - autofs init script looks in wrong place when using ldap
Summary: autofs init script looks in wrong place when using ldap
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: autofs
Version: 3.0
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks: 97942
TreeView+ depends on / blocked
 
Reported: 2003-08-27 20:43 UTC by Need Real Name
Modified: 2007-11-30 22:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-09-16 18:59:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2003-08-27 20:43:29 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703

Description of problem:
in /etc/init.d/autofs

function getldapmounts()
{
    /usr/lib/autofs/autofs-ldap-auto-master 2> /dev/null
}

needs to be 

function getldapmounts()
{
    /usr/lib64/autofs/autofs-ldap-auto-master 2> /dev/null
}


Version-Release number of selected component (if applicable):
autofs-3.1.7-37

How reproducible:
Always

Steps to Reproduce:
Install autofs and use ldap of mount point maps

Additional info:

Comment 3 Nalin Dahyabhai 2003-09-09 14:47:03 UTC
Should be fixed in 3.1.7-41 and later.  Thanks!

Comment 4 Jay Turner 2003-09-16 18:59:33 UTC
Fix confirmed with autofs-3.1.7-41.


Note You need to log in before you can comment on or make changes to this bug.