Mailinglist Archive: opensuse-bugs (13462 mails)
| < Previous | Next > |
[Bug 333688] New: earlyxdm not checking for nfs mounts in /home properly
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sat, 13 Oct 2007 15:29:06 -0600 (MDT)
- Message-id: <bug-333688-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=333688
Summary: earlyxdm not checking for nfs mounts in /home properly
Product: openSUSE 10.3
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: shaggyman@xxxxxxxx
QAContact: qa@xxxxxxx
Found By: Customer
Line 35 of earlyxdm reads:
35 *) case "$where" in
36 /usr*|/opt*|/home*) return 1 ;;
I believe it should be:
35 *) case "$what" in
36 /usr*|/opt*|/home*) return 1 ;;
Because of this you can log in before NFS has mounted necessary files in
/home/user/xxx.
Example entry in my fstab:
windingcircle:/shared/green /home/bob/green nfs defaults,rw 0 0
$where is the first part which doesn't match any of the possibilities, $what is
the second part which does.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: earlyxdm not checking for nfs mounts in /home properly
Product: openSUSE 10.3
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: shaggyman@xxxxxxxx
QAContact: qa@xxxxxxx
Found By: Customer
Line 35 of earlyxdm reads:
35 *) case "$where" in
36 /usr*|/opt*|/home*) return 1 ;;
I believe it should be:
35 *) case "$what" in
36 /usr*|/opt*|/home*) return 1 ;;
Because of this you can log in before NFS has mounted necessary files in
/home/user/xxx.
Example entry in my fstab:
windingcircle:/shared/green /home/bob/green nfs defaults,rw 0 0
$where is the first part which doesn't match any of the possibilities, $what is
the second part which does.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |