I have successfully setup ProFTPD to use mod_sql for authentication. But I can still login with linux user's credentials, even though I've set AuthPAM off
. How can I make ProFTPD to not use PAM?
I have successfully setup ProFTPD to use mod_sql for authentication. But I can still login with linux user's credentials, even though I've set AuthPAM off
. How can I make ProFTPD to not use PAM?
Try restricting authentication to just sql
AuthOrder mod_sql.c
Use both AuthPAM and AuthOrder, like this:
try: