- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP access denied for users in a Trusted HP-UX ser...
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
03-26-2004 06:45 AM
03-26-2004 06:45 AM
We have one Trusted HP-UX server.
While doing ftp to this server as a user, it is saying "ftp access denied"
I have checked the /etc/ftpd/ftpusers file, the user is not listed here & there is no /etc/shells file defined.
Checked /var/adm/inetd.sec also..ftp service is not restricted.
As a root i can ftp since it is commented in ftpusers file.
But as normal user we are not able to ftp to this server even though the user not listed in ftpusers file.
Please help me in resolving this issue.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 06:48 AM
03-26-2004 06:48 AM
Re: FTP access denied for users in a Trusted HP-UX server
Run the script I'm attaching against one of the users and see if the problem occurs.
turn on enhanced inetd logging
inetd -l
tail -f /var/adm/syslog/syslog.log
run your test in another window.
sEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 06:50 AM
03-26-2004 06:50 AM
Re: FTP access denied for users in a Trusted HP-UX server
Add -lv ooptions to ftpd in /etc/inetd.conf.
Do inetd -c
And post the results.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 06:51 AM
03-26-2004 06:51 AM
SolutionWhat is the user login shell ? If your user login shell is not one of those standard shells then even if there is no /etc/shells, ftp access will be denied for the user.
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 06:59 AM
03-26-2004 06:59 AM
Re: FTP access denied for users in a Trusted HP-UX server
Creating a /etc/shells file with all shells defined worked out..Now normal users can able to ftp to the server.
Thanks alot for your quick response..:-)
Regards,
Phani