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?
Asked
Active
Viewed 1,089 times
2

Castaglia
- 3,349
- 3
- 21
- 42

Markus Hedlund
- 1,127
- 2
- 19
- 33
3 Answers
0
try:
AuthPAMAuthoritative off

bindbn
- 5,211
- 2
- 26
- 24
-
`Fatal: unknown configuration directive 'AuthPAMAuthoritative'`. Which is weird, the docs says it should exist from 1.2.0pre3. I'm using 1.3.2 – Markus Hedlund Sep 27 '10 at 15:33