I've read this tutorial: http://howto.gumph.org/content/setup-virtual-users-and-directories-in-vs...
My configuration is as follow:
---vsftpd.conf---
listen=YES
anonymous_enable=NO
local_enable=YES
virtual_use_local_privs=YES
write_enable=YES
connect_from_port_20=YES
pam_service_name=vsftpd
guest_enable=YES
user_sub_token=$USER
local_root=/var/www/s
Virtual Hosting With vsftpd And MySQL On Ubuntu 12.04
Vsftpd is one of the most secure and fastest FTP servers for Linux.
Usually vsftpd is configured to work with system users. This document
describes how to install a vsftpd server that uses virtual users from a
MySQL database instead of real system users.
Virtual Hosting With vsftpd And MySQL On Debian Squeeze
Vsftpd is one of the most secure and fastest FTP servers for Linux.
Usually vsftpd is configured to work with system users. This document
describes how to install a vsftpd server that uses virtual users from a
MySQL database instead of real system users.
Virtual Hosting With vsftpd And MySQL On Debian Lenny
I've set up virtual users paired with a SQL-configured pam file on CentOS, but logging in with system users no longer work. How would I make it so system users can still login when configured with virtual users? Would this be in the pam file?
I am looking into the possibility to setup an OSX server for my employees, and would like some input on what is the best approach to meet my needs, and perhaps some suggestions if I am moving in the wrong direction.
I am thinking of a Mac Mini OSX server, and are not sure if my needs will be met, and what possibilities are out there.
I want these capabilities:
- Groups/Users managed on server
-
Tiny Web Proxy And Content Filtering Appliance On CentOS 6 (version 1.4)
This small HOWTO will show you how to set up a small virtual machine to speed
up and secure your home / small enterprise web surfing network using CentOS 6,
Squid 3.1 and QuintoLabs Content Security 1.4 applications deployed in a
VMware Virtual Player running on Windows 7 x64 as a host operating system.
Try to configure vsftpd service with local and virtual user ... and have problemsat first was so .. can to ftp log on only local or only virtual users .. but i solved this problem..my s... [by eagla]
I have small mail server at home that I'm already using to provide a mailing list for some friends. I recently decided that I want to give them their own mailbox as well, so I decided to setup postfix with virtual users/mailboxes.