- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Why is ftp session denied for certain users?
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
01-16-2005 11:57 PM
01-16-2005 11:57 PM
Why is ftp session denied for certain users?
New user B is member of group 1.
User A can set up an ftp session.
User B can not.
What is going on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 12:04 AM
01-17-2005 12:04 AM
Re: Why is ftp session denied for certain users?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 12:07 AM
01-17-2005 12:07 AM
Re: Why is ftp session denied for certain users?
Error "530 User ftptd access denied..."
I'll look into the ftpacces manpage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 12:11 AM
01-17-2005 12:11 AM
Re: Why is ftp session denied for certain users?
there might be some reasons -
sometimes the user needs a shell ftp considers 'valid', sometimes the permissions/ownership of the homedirectory, sometimes his is by mistake listed in the ftpusers file.
You could ensure that ftpd runs with the parameter -l ; this should get You some more explicit messages about the cause of a denied login into the syslog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 12:28 AM
01-17-2005 12:28 AM
Re: Why is ftp session denied for certain users?
There is no /etc/ftpd/ftpacces file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 12:36 AM
01-17-2005 12:36 AM
Re: Why is ftp session denied for certain users?
ftptd:*:110:101:ftp to oracle:/usr/cible/tmp/ftp:/usr/bin/sh
ANONYMOUS USER CAN NOT FTP:
ftp:*:502:102: for lis application :/usr/cible/tmp/ftp:/bin/sh
USER THAT IS ABLE TO FTP:
lisfse:*:501:101: lis application :/usr/cible1/files:/bin/sh
(last user has a different HOME directory)
System is a trusted system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 12:41 AM
01-17-2005 12:41 AM
Re: Why is ftp session denied for certain users?
Jan 14 16:34:18 ezhlims1 ftpd[29812]: FTP session closed
Jan 14 16:34:19 ezhlims1 ftpd[29819]: Unable to provide ANONYMOUS ftp. The home directory '/usr/cible/tmp/ftp' is writable and should not be
This is it.
Can I still use this certain directory for ftp while anonymous logging is disabled?
Can I enable anounymous ftp on a secure system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 01:40 AM
01-17-2005 01:40 AM
Re: Why is ftp session denied for certain users?
what is the ownership and permission of following directories.
/usr/cible/tmp/ftp
/usr/cible1/files
does the system have /etc/shells file
and both /usr/bin/sh and /bin/sh are included on that file.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 01:52 AM
01-17-2005 01:52 AM
Re: Why is ftp session denied for certain users?
from your post i assume the problem can be this
1.you may have a /etc/shells file and /bin/sh entry is only there.this may be disallowing the ftptd to login.
make an entry /usr/bin/sh in /etc/shells
2.folder /usr/cible/tmp/ftp may be having the permission/ownership for user ftptd only,not having write/execute permission for others.this may be disallowing ftp to login.
(see user ftp is not in the same group on ftptd)
give enough permission to others also
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 03:25 AM
01-17-2005 03:25 AM
Re: Why is ftp session denied for certain users?
All the settings are correct. The thing is that disabling ftp anonymous makes the /usr/cible/tmp/ftp directory unavailable for FTP sessions. I spoke to the vendor of the software that is running on the system. We are going to try to use another directory.
I want to create a user that can use ftp. I created one with the homedir /usr/cible/tmp/ftptd but I can not log in via ftp.
Right on the directory are good. What could be the issue here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 03:41 AM
01-17-2005 03:41 AM
Re: Why is ftp session denied for certain users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 03:42 AM
01-17-2005 03:42 AM