- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- vsftpd & pam.conf - RHES4 - virtual 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
08-29-2005 12:38 AM
08-29-2005 12:38 AM
rpm -qa pam
pam-0.77-65.1
Any information on how to configure virtual users using pam.conf would be helpful.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 01:15 AM
08-29-2005 01:15 AM
Re: vsftpd & pam.conf - RHES4 - virtual users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 01:16 AM
08-29-2005 01:16 AM
Re: vsftpd & pam.conf - RHES4 - virtual users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 01:27 AM
08-29-2005 01:27 AM
Re: vsftpd & pam.conf - RHES4 - virtual users
virtual_use_local_privs
If enabled, virtual users will use the same privileges as local users. By default, virtual users will use the same privileges as anonymous users, which tends to be more restrictive (especially in terms of write access).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 01:30 AM
08-29-2005 01:30 AM
Re: vsftpd & pam.conf - RHES4 - virtual users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 01:49 AM
08-29-2005 01:49 AM
Re: vsftpd & pam.conf - RHES4 - virtual users
Hoping to find details on how to configure pam for vsftpd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 02:23 AM
08-29-2005 02:23 AM
Solutionanon_upload_enable
write_enable
If you enabled uploads, then you must setup the directory where the users can upload the files. If the users don't have write permissions for the directory, they won't be able to upload files, only download.
So, is recommended that you chroot the users to a directory with write permissions disabled, and for every user that you want to allow upload, create an upload directory with write enabled permissions for the directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 02:38 AM
08-29-2005 02:38 AM
Re: vsftpd & pam.conf - RHES4 - virtual users
write_enable
Those control access for the user "anonymous". I want to control access on a per user basis. I believe I need to setup "virtual users" to do this.
i.e. user "jeff" can upload and download but user "fred" can only download. And they are each assigned seperate home directories.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 03:48 AM
08-29-2005 03:48 AM
Re: vsftpd & pam.conf - RHES4 - virtual users
The filesystems permissions are the key.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 05:18 AM
08-29-2005 05:18 AM
Re: vsftpd & pam.conf - RHES4 - virtual users
I thought there would be a way to use a configuration file or something - maybe it is not needed.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 08:42 PM
09-04-2005 08:42 PM
Re: vsftpd & pam.conf - RHES4 - virtual users
Some time ago I allsaw needed to this. There is included complete howto in /usr/share/doc/vsftpd/EXAMPLE/VIRTUAL_USERS/README.gz
(I have Debian machine, but it not important. I hope it's included with RedHat package too).
If you do everything like this readme says...all goes ok. Just in case this readme is attached with this post. Important is - which db version you use, I was able to get it work with db3_load (db4_load did not work at all).
Good luck!