[6227] in RedHat Linux List
ftp help needed
daemon@ATHENA.MIT.EDU (David Reed)
Tue Nov 26 12:54:36 1996
From: DavidF.Reed@amd.com (David Reed)
To: redhat-list@redhat.com
Date: Tue, 26 Nov 1996 11:33:00 -0600 (CST)
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
greeting all!
I am still struggling with a ftp problem; it used to work fine, but after
following the steps in the 4.0 errata:
"If you are upgrading from a version of PAM earlier than pam-0.50-20,
remove all the entries for login, rsh, rlogin, and rexec from /etc/pam.conf.
You can use the following script to do so; simply cut and paste:
#!/bin/sh
gawk 'BEGIN {RS="\n\n+"}
$0 ~ / login authorization/ { next }
$0 ~ / rlogin authorization/ { next }
$0 ~ / rsh authorization/ { next }
$0 ~ / rexec authorization/ { next }
{ print ; printf "\n" }' < /etc/pam.conf > /tmp/pam.conf
cat /tmp/pam.conf > /etc/pam.conf
rm /tmp/pam.conf "
So, afterward, my login dies and apparantly ftp as well.
After getting the login fixed, I still have a dead inbound ftp (can do outbound
from the local host).
I realize this is not red-hat specific, but I am in over my head, and would
appreciate any help you can offer.
Thanks
--
Dave
--
David F. Reed
Senior Member of the Technical Staff
Processor Development
Advanced Micro Devices
tel: (512) 602-5213 email: davidf.reed@amd.com
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null