Guest users on RedHat ES3.0--anyone have success with Redhat?

<[email protected]> Tue, 29 Nov 2005 10:42:56 -0700
Newsgroups gmane.network.ftp.wuftpd.user
Message-ID <[email protected]>
This is a multi-part message in MIME format.

------_=_NextPart_001_01C5F50C.554C8E0B
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I've spent two days trying to get my guest users working (which worked
fine on Suse Linux and Solaris 8--using the EXACT same ftpaccess file)
on this OS and can't figure it out.  Anonymous user logs on fine.  I'm
most certain it's hitting the ftpaccess file.  However, it acts like it
isn't:

Y:\>ftp bosftp2
Connected to bosftp2.bc.com.
220 Boise FTP server ready.
User (bosftp2.bc.com:(none)): xxxx
331 Password required for xxxx.
Password:
530 Login incorrect.
Login failed.
ftp> quit
221 Goodbye.

Here's the config that xinetd uses to start ftp:

[root@bosftp1 xinetd.d]# more gssftp
# default: off
# description: The kerberized FTP server accepts FTP connections \
#              that can be authenticated with Kerberos 5.
service ftp
{
        flags           =3D REUSE
        socket_type     =3D stream       =20
        wait            =3D no
        user            =3D root
        server          =3D /usr/sbin/in.ftpd
        server_args     =3D -a -l
        log_on_failure  +=3D USERID
        disable         =3D no
}

------_=_NextPart_001_01C5F50C.554C8E0B
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7638.1">
<TITLE>Guest users on RedHat ES3.0--anyone have success with =
Redhat?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=3D2 FACE=3D"Arial">I've spent two days trying to get my =
guest users working (which worked fine on Suse Linux and Solaris =
8--using the EXACT same ftpaccess file) on this OS and can't figure it =
out.&nbsp; Anonymous user logs on fine.&nbsp; I'm most certain it's =
hitting the ftpaccess file.&nbsp; However, it acts like it =
isn't:</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Y:\&gt;ftp bosftp2</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">Connected to bosftp2.bc.com.</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">220 Boise FTP server ready.</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">User (bosftp2.bc.com:(none)): =
xxxx</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">331 Password required for xxxx.</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">Password:</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">530 Login incorrect.</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">Login failed.</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">ftp&gt; quit</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">221 Goodbye.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Here's the config that xinetd uses to =
start ftp:</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">[root@bosftp1 xinetd.d]# more =
gssftp</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial"># default: off</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial"># description: The kerberized FTP =
server accepts FTP connections \</FONT>

<BR><FONT SIZE=3D2 =
FACE=3D"Arial">#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp; that can be authenticated with Kerberos 5.</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">service ftp</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">{</FONT>

<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
flags&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D =
REUSE</FONT>

<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
socket_type&nbsp;&nbsp;&nbsp;&nbsp; =3D =
stream&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>

<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
wait&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
=3D no</FONT>

<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
=3D root</FONT>

<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D =
/usr/sbin/in.ftpd</FONT>

<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
server_args&nbsp;&nbsp;&nbsp;&nbsp; =3D -a -l</FONT>

<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
log_on_failure&nbsp; +=3D USERID</FONT>

<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
disable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D no</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">}</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C5F50C.554C8E0B--