Bug 120649

Summary: login w/o network fails because of liblaus dependency
Product: Red Hat Enterprise Linux 3 Reporter: Eric Hagberg <hagberg>
Component: lausAssignee: Steve Grubb <sgrubb>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
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: 2007-06-20 19:55:43 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 Eric Hagberg 2004-04-12 17:32:26 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040310 Firefox/0.8

Description of problem:
Due to /usr being mounted over the network, logins will fail if the
network is down for some reason, because pam is now pulling in liblaus:

$ ldd /lib/libpam.so.0
        libc.so.6 => /lib/tls/libc.so.6 (0xf64a9000)
        libdl.so.2 => /lib/libdl.so.2 (0xf64a6000)
        liblaus.so.1 => /usr/lib/liblaus.so.1 (0xf64a3000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xaa000000)

Either liblaus should be moved to /lib or pam shouldn't do this.

Version-Release number of selected component (if applicable):
laus-0.1-48RHEL3

How reproducible:
Always

Steps to Reproduce:
1. install RHEL3 U2 beta
2. set things up so that /usr is mounted over the network
3. pull network cord
4. attempt root login (which normally shouldn't require net access)
5. watch it fail
    

Additional info:

Comment 1 Charlie Bennett 2004-04-12 22:02:30 UTC
laus-0.1-RHEL51 places all of the laus libraries in /lib

Comment 2 David Lawrence 2006-07-18 03:57:37 UTC
QA_READY has been deprecated in favor of ON_QA. Please use ON_QA in the future.
Moving to ON_QA.