ispCP - Board - Support
[How to] enable system users on PROFTPD - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [How to] enable system users on PROFTPD (/thread-15533.html)



[How to] enable system users on PROFTPD - prepared - 11-10-2011 09:41 PM

Hello
My problem would be that you want to use the proftpd mysql users will be able to not only work but also gives users the system (linux user).
for example.: adduser test
home directory: / home / test
Name matching will not be because the mysql username @ domain based on the user.

But for some reason the simple system user can not connect to the proftpd.
Sql module is faulty?

Thank you in advance for your help.
prepared

PS: Sorry for the grammatical and linguistic errors.


RE: [How to] enable system users on PROFTPD - ephigenie - 11-11-2011 04:16 AM

You have to enable multiple authentication modules.
Read here for more, because it is out of the scope of ispcp.
http://www.proftpd.org/docs/howto/Authentication.html

The modul you'll want to activate is mod_auth_pam.
You then configure an auth order so mod_auth_sql comes first, then mod_auth_pam.


RE: [How to] enable system users on PROFTPD - victor531 - 11-24-2011 07:05 AM

Hi Ephigenie, just a little help again, could you tell me what files should I to modify to activate the mod_auth_pam?.

Where should I activate the mod_auth_pam?, is it in proftpd.conf?, I need just a little rope to finish.

Thanks in advance

Victor


RE: [How to] enable system users on PROFTPD - ephigenie - 11-24-2011 08:39 PM

Take a look here : http://www.proftpd.org/docs/directives/linked/config_ref_mod_auth.html

auth_pam is included in proftpd 1.3a in mod_core. So it's already enabled. But you need to configure it.


RE: [How to] enable system users on PROFTPD - victor531 - 11-26-2011 10:45 PM

Ok, thanks, I will going to try it Big Grin

Saludos
VĂ­ctor