ftp authentication problem

2004-01-18 Thread asker survey
Hello everybody;
I upgraded my 4.4 FreeBSD to 4.9. I backed up the
/usr/home directory and /etc/*. After installing
FreeBSD 4.9 I copied passwd , master.passwd and the
home directories. Now the users can log in through
telnet or ssh. But when trying to access ftp this
message is displayed after typing the username:
530 User testuser access denied.
Login failed.

Thank you for you patience and attention.
Since I am not in the list please send the reply to me
directly.




__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ftp authentication problem

2004-01-18 Thread Peter Ulrich Kruppa
On Sun, 18 Jan 2004, asker survey wrote:

 Hello everybody;
   I upgraded my 4.4 FreeBSD to 4.9. I backed up the
 /usr/home directory and /etc/*. After installing
 FreeBSD 4.9 I copied passwd , master.passwd and the
 home directories. Now the users can log in through
 telnet or ssh. But when trying to access ftp this
 message is displayed after typing the username:
   530 User testuser access denied.
   Login failed.
Please check, if the ftp line in /etc/inetd.conf is uncommented.
If not, remove the # and reboot.

Regards,

Uli.


 Thank you for you patience and attention.
 Since I am not in the list please send the reply to me
 directly.




 __
 Do you Yahoo!?
 Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
 http://hotjobs.sweepstakes.yahoo.com/signingbonus
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ftp authentication problem

2004-01-18 Thread Daan Vreeken [PA4DAN]
On Sunday 18 January 2004 19:39, Peter Ulrich Kruppa wrote:
 On Sun, 18 Jan 2004, asker survey wrote:
  Hello everybody;
  I upgraded my 4.4 FreeBSD to 4.9. I backed up the
  /usr/home directory and /etc/*. After installing
  FreeBSD 4.9 I copied passwd , master.passwd and the
  home directories. Now the users can log in through
  telnet or ssh. But when trying to access ftp this
  message is displayed after typing the username:
  530 User testuser access denied.
  Login failed.
 Please check, if the ftp line in /etc/inetd.conf is uncommented.
 If not, remove the # and reboot.
You wouldn't get 530 access denied if ftp is disabled in inetd.conf . If it 
was you would have gotten connection refused.

Check if the user testuser has a valid shell that is listed in /etc/shells .
There are some more criteria a user has to comply to before it is allowed to 
use ftp, for more details see man ftpd.

grtz,
Daan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ftp authentication problem

2004-01-18 Thread Nathan Kinkade
On Sun, Jan 18, 2004 at 07:39:00PM +0100, Peter Ulrich Kruppa wrote:
 On Sun, 18 Jan 2004, asker survey wrote:
 
  Hello everybody;
  I upgraded my 4.4 FreeBSD to 4.9. I backed up the
  /usr/home directory and /etc/*. After installing
  FreeBSD 4.9 I copied passwd , master.passwd and the
  home directories. Now the users can log in through
  telnet or ssh. But when trying to access ftp this
  message is displayed after typing the username:
  530 User testuser access denied.
  Login failed.
 Please check, if the ftp line in /etc/inetd.conf is uncommented.
 If not, remove the # and reboot.
 
 Regards,
 
 Uli.

Better yet, instead of rebooting, just HUP inetd with

# killall -HUP inetd

... saves a reboot.

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


RE: ftp authentication problem

2004-01-18 Thread fbsd_user
You did not move the group file over.
Check the group the FTP user is.
You did not say how you moved the files to 4.9 from 4.4.
Check the permission on the home directories.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of asker
survey
Sent: Sunday, January 18, 2004 1:19 PM
To: [EMAIL PROTECTED]
Subject: ftp authentication problem

Hello everybody;
I upgraded my 4.4 FreeBSD to 4.9. I backed up the
/usr/home directory and /etc/*. After installing
FreeBSD 4.9 I copied passwd , master.passwd and the
home directories. Now the users can log in through
telnet or ssh. But when trying to access ftp this
message is displayed after typing the username:
530 User testuser access denied.
Login failed.

Thank you for you patience and attention.
Since I am not in the list please send the reply to me
directly.




__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]