mizios1.5 에서 proftp를 사용하는데요....
anonymous로는 로그인되는데
사용자 계정으로는 로그인이 안되요....
/etc/pam.d/ftp는 다음과 같이 되어있구요...
#%PAM-1.0
auth required /lib/security/pam_listfile.so item=user sense=deny
file=/etc/ftpusers onerr=succeed
auth required /lib/security/pam_pwdb.so shadow nullok
# This is disabled because anonymous logins will fail otherwise,
# unless you give the 'ftp' user a valid shell, or /bin/false and add
# /bin/false to /etc/shells.
auth required /lib/security/pam_shells.so
account required /lib/security/pam_pwdb.so
session required /lib/security/pam_pwdb.so
/var/log/messages에 쌓인 로그를 보면
Feb 15 13:08:33 server2 proftpd[1549]: xxx.yyy.co.kr (203.xxx.xx.xx[203.xxx.xx.xx]) - PAM(myid): Authentication failure.
이런 메세지가 있어여....
보안상 도메인과 아이피는 안적었어여
telnet으로 myid계정으로 들어가면 로그인이 되는데....