I've seen many solutions like homedir=/somepath/$USER
where $USER
takes from sysvar
and I want to change it for every user with mysql database. I'm using it with pam-mysql so it will look like
Id login passwd homedirectory
And I want this home directory to put in vsftpd.conf->home_directory = something like
select homedirectory from vsftpd where login='$USER'
Is it possible?
Crap, it's so silly and this works...