- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Wu-ftpd Help!!!
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
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
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-20-2011 08:02 AM
тАО01-20-2011 08:02 AM
Wu-ftpd Help!!!
I have setup my ftp server with virtual server support.
However, i want the seperate domains to have their own individual passwd files to authenticate. Is this possible? and how do u do it or setup the ftpaccess file to do this.
At the moment both sites are using the passwd file in /etc/passwd.:(
I am using wu-ftpd 2.6.1 on hp-ux 11i v3.
Help would be greatly appreciated.Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2011 08:24 AM
тАО01-20-2011 08:24 AM
Re: Wu-ftpd Help!!!
Need to know your virtualization method to correctly answer.
Few things. You might be better off with openssh(known as secure shell).
I don't see how ftpaccess file can help. It does not store authentication information, it determines what users can or can not access via ftp.
Note you may run into trouble if users have different numeric user id. User shmuel needs to have the same numeric id on all systems for any scheme to work.
You can use ldap if its in your shop to possibly get around this.
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
тАО01-20-2011 09:12 AM
тАО01-20-2011 09:12 AM
Re: Wu-ftpd Help!!!
Sorry I mean Virtual ftp support.e.g
i want to host ftp.flowers.com -10.10.0.1 and ftp.animals.com - 10.10.0.3 on the same machine.
I've read the man pages for ftpd,ftpaccess and ftpservers.I have created the seperate ftpaccess files for each domain. Which works well.
There 5 users on ftp.flowers.com and 5 users on ftp.animals.com.
What i want is for these users to be listed in their own passwd file for their relative domains.
At the moment, they are all listed in the one file in /etc/passwd.
Can this achieved?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2011 12:31 PM
тАО01-20-2011 12:31 PM
Re: Wu-ftpd Help!!!
--------
virtual address passwd file
* Use a different passwd file for the virtual domain.
* Note: This option is currently not supported in HP-UX.
virtual address shadow file
* Use a different shadow file for this virtual domain.
* Note: This option is currently not supported in HP-UX.
--------
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2011 02:28 AM
тАО01-24-2011 02:28 AM
Re: Wu-ftpd Help!!!
Another question.
Would you guys know if there is a way to track the pids of the individual users that log in via ftp?
I am looking for a way to manual kill their sessions.
Thanx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2011 03:02 AM
тАО01-24-2011 03:02 AM
Re: Wu-ftpd Help!!!
>I am looking for a way to manual kill their sessions.
You might be able to look at all of the children of ftpd or a similar process.