PDA

View Full Version : FTP Question



Brian
06-03-2004, 07:04 AM
Why does this show up even though the username&pass are ok and have connected????

Jun 3 14:06:10 cryo proftpd[5493]: cryo
(ip[ip]) - PAM(brian): Permission denied.

DirectAdmin Support
06-03-2004, 11:13 AM
Hmm.. pam isn't supposed to be getting in the way. Try adding:

AuthPAM off
AuthPAMAuthoritative off

in your /etc/proftpd.conf file (top) to try and stop PAM from dong antyhing.

Related: http://www.directadmin.com/forum/showthread.php?s=&threadid=2644&highlight=proftpd+pam

Failing that, PAM would use the system password, so it would be using the DA login password instead.

John

Brian
06-04-2004, 03:11 AM
OK added that, now the messages log doesn't say antything about ftp corrections, is this correct?

DirectAdmin Support
06-04-2004, 11:23 AM
Hello,

We get messages on our end.. might be how your /etc/syslog.conf is setup. As long as it work, I wouldn't worry too much :)

John