Re: ftp user issues

2009-06-18 Thread Chris Maness
>
> is your user's shell (i.e: bash) in /etc/shells ?
>

This was the issue, thanks.  I guess I missed that one in mergemaster.

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: ftp user issues

2009-06-18 Thread Chris Maness
>
> Documentation is great.  RTFM
>

I don't think a "RTFM" is justified as this connection is an esoteric
one for some of us.

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: ftp user issues

2009-06-18 Thread Tim Judd
On 6/18/09, Chris Maness  wrote:
> I just upgraded to 7.2, and I am no longer able to log in via ftp with
> my user name.  Other accounts are ok on the server.  I checked the
> ftpusers file and my name is not on the list.
>
> Chris Maness

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-ftp.html

ftpusers file is used to prevent logins.

http://www.freebsd.org/cgi/man.cgi?query=ftpd&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&format=html

is your user's shell (i.e: bash) in /etc/shells ?

FreeBSD's stock ftpd requires the user's shell to be in /etc/shells in
order to login.  See
http://www.freebsd.org/cgi/man.cgi?query=getusershell&sektion=3&apropos=0&manpath=FreeBSD+7.2-RELEASE



Documentation is great.  RTFM
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: ftp user issues

2009-06-18 Thread Polytropon
On Thu, 18 Jun 2009 11:45:43 -0700, Chris Maness  wrote:
> I just upgraded to 7.2, and I am no longer able to log in via ftp with
> my user name.  Other accounts are ok on the server.  I checked the
> ftpusers file and my name is not on the list.

You can use "ftp -v" to get more information, and maybe tcpdump
from that interface so see what's happening.



-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


ftp user issues

2009-06-18 Thread Chris Maness
I just upgraded to 7.2, and I am no longer able to log in via ftp with
my user name.  Other accounts are ok on the server.  I checked the
ftpusers file and my name is not on the list.

Chris Maness
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"