- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ftp problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 05:57 PM
06-20-2005 05:57 PM
ftp problem
I have problem regarding the ftp in redhat linux9 .We have a nis setup here and the problem is as follows
I could ftp to linux system using a particular nis username username but not possible using another another username
Using the problamatic username it is getting connected but giving the following error
ame (wiplx03:binuv): shankar
331 Please specify the password.
Password:
530 Login incorrect.
Login failed.
same user can login to HPux boxes
Please help
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 07:14 PM
06-20-2005 07:14 PM
Re: ftp problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 07:42 PM
06-20-2005 07:42 PM
Re: ftp problem
It is mapped from NIS .We dont keep any local users
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 10:45 PM
06-20-2005 10:45 PM
Re: ftp problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 11:06 PM
06-20-2005 11:06 PM
Re: ftp problem
We dont have local users in our setup all are NIS users ...Iam trying
1)ftp from linux machine to linux machines
it works for some nis users but no for particular user
2)Ftp from linux machines to HPUX machine
it works for all users
3)Iam able to telnet from linux to linux using problamatic login
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 11:22 PM
06-20-2005 11:22 PM
Re: ftp problem
check /etc/ftpusers file, it generally lists the users which are not allowed to access.
the file name is either /etc/ftpusers or /etc/ftpaccess
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 11:59 PM
06-20-2005 11:59 PM
Re: ftp problem
Also check the configuration file /etc/vsftpd/vsftpd.conf and /etc/vsftpd.user_list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 10:34 AM
06-21-2005 10:34 AM
Re: ftp problem
The shell sould be listed in /etc/shells and the home directory should exist and have the correct permissions.