- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: access denied when ftpaccess is used
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-2003 08:09 AM
03-26-2003 08:09 AM
Users cannot ftp to my system when -a option of ftpd daemon is used.
The steps are:
1. I edit /etc/ftpd/ftpaccess file and type
suppresshostname yes
2. I edit /etc/inetd.conf file and type -a option for ftp entry.
3. inetd -c
4. Run ftp.
Connected to mysys.
220 FTP server (Version 1.1.214.8 Fri Apr 20 07:27:42 GMT 2001) ready.
Name (mysys:joe):
530 User joe access denied....
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
Can anyone help me ?
Thanx a lot.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 08:18 AM
03-26-2003 08:18 AM
SolutionOne quick way of finding out the issue is to enable ftpd with -l option in /etc/inetd.conf and then refresh inetd with -l option.
Then look at your syslog.log and you should be able to figure out the reason like "bad shell" etc.,
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 08:28 AM
03-26-2003 08:28 AM
Re: access denied when ftpaccess is used
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x555228c64656d71190080090279cd0f9,00.html
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 08:33 AM
03-26-2003 08:33 AM
Re: access denied when ftpaccess is used
The messages is
ACCESS DENIED (not in any class) TO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 08:40 AM
03-26-2003 08:40 AM
Re: access denied when ftpaccess is used
Do you have an
ftpusers and ftpusers.exceptions files within /etc/ftpd ?
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 08:41 AM
03-26-2003 08:41 AM
Re: access denied when ftpaccess is used
Here's an example from the /usr/newconfig/etc/ftpd/examples/ftpaccess file:
class local real,guest,anonymous *.domain 0.0.0.0
class remote real,guest,anonymous *
Hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 08:43 AM
03-26-2003 08:43 AM
Re: access denied when ftpaccess is used
You need to define the class within ftpaccess
class local real mbnahp81 localhost
class remote real xxx.xxx.* xxx.xxx.*
To allow access for servers on subnets within your site
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 08:59 AM
03-26-2003 08:59 AM
Re: access denied when ftpaccess is used
Make sure you have 'class' statement in your ftpaccess file that has "*".
For ex.,
class all real,guest,anonymous *
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 09:51 AM
03-26-2003 09:51 AM
Re: access denied when ftpaccess is used
That would do it.
Its counter intuitive, but listing a user in that file denies access.
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-2003 09:53 AM
03-26-2003 09:53 AM
Re: access denied when ftpaccess is used
Name of file is
/etc/ftpd/ftpusers
Duh.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com