I just set up a ftp server on my ubuntu 11.10 server. I was able to authenticate with basic users before i joined the server to my domain. Now, i'm using PAM authentication and i can't log on with domain users or local users. When i try i get the error:
500 OOPS: priv_sock_get_result
My /etc/pam.d/vsftpd file looks like:
# Standard behaviour for ftpd(8).
auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
# Note: vsftpd handles anonymous logins on its own. Do not enable pam_ftp.so.
# Standard pam includes
@include common-account
@include common-session
@include common-auth
auth required pam_shells.so