FTP access to the real linux user

  • Hi guys, I need to give FTP acces to the real linux users, but proftpd only allows access to the auntenticated users by a mysql query to the DDBB.


    How can I give them access without using this table? :blush:


    Any help is appreciated.


    Thanks in advance


    Victor


    OS: Squeeze
    Panel: i-MSCP 1.0.3.0 • 2012-03-16
    PostgresSQL 9.1 + phpPgAdmin 5.0.4
    quotauser + Shorewall

    Edited once, last by victor531 ().


  • Hello:


    1. Open the proftpd configuration file (/etc/proftpd/proftpd.conf) and replace the following statement:

    Code
    1. AuthOrder mod_sql.c


    by

    Code
    1. AuthOrder mod_sql.c mod_auth_unix.c


    2. Restart proftpd

    Code
    1. # /etc/init.d/proftpd


    Normaly, any system user can now login to the FTP server and upload files into its home directory. It's works for me. ;)


    BTW, if you want disallow FTP access for one of your system user, you must add it in the /etc/ftpusers file.


    Thanks for using i-MSCP.


    Ref: http://proftpd.open-source-sol…howto/Authentication.html (See at bottom) ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().