- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vsftpd with pam for the virtual user
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-09-2006 11:27 PM
01-09-2006 11:27 PM
I have a problem with vsftpd and pam
How make for the vsftpd use pam because my vsftpd is running but it not use the pam configuration with the berkley database.
thanks for the information
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 12:28 AM
01-10-2006 12:28 AM
Re: vsftpd with pam for the virtual user
pam_service_name=vsftpd
Ensure that vsftpd was build with pam support, use ldd to verify that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 04:12 PM
01-10-2006 04:12 PM
Re: vsftpd with pam for the virtual user
What's the "idd"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 04:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 04:29 PM
01-10-2006 04:29 PM
Re: vsftpd with pam for the virtual user
"ldd" is used to list dynamic dependencies of executable files or shared libraries. You can use as, # ldd
It will display all the dynamic dependancies.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 04:55 PM
01-10-2006 04:55 PM
Re: vsftpd with pam for the virtual user
>
/usr/lib/libc.2 > /usr/lib/libc.2
/usr/lib/libcdld.2 > /usr/lib/libcdld.2
/usr/lib/libc.2 > /usr/lib/libc.2
/usr/lib/libsec.2 > /usr/lib/libsec.2
/usr/lib/libm.2 > /usr/lib/libm.2
/usr/lib/libpam.1 > /usr/lib/libpam.1
It's good?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 04:57 PM
01-10-2006 04:57 PM
Re: vsftpd with pam for the virtual user
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 05:05 PM
01-10-2006 05:05 PM
Re: vsftpd with pam for the virtual user
So /etc/pam.conf is configured. And I have create a berkley database for the virtual user. But I don't connect with a login of virtual user, alone with the local user.
Do you know why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 05:08 PM
01-10-2006 05:08 PM
Re: vsftpd with pam for the virtual user
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 05:11 PM
01-10-2006 05:11 PM
Re: vsftpd with pam for the virtual user
and for create virtual user, how I do?