제가여...계정 aaa,bbb 이렇게 둘의 계정으로만 접속을 허용하려 합니다.
군데, 아래와 같이 설정했는데, aaa나 bbb 어느 계정으로 접속해서 비밀번
호
를 아무거나 쳐도 들어가 지거든요.. 계정은 호스트에 있는 계정이구요,
비밀번호를 아무거나 넣어도 들어가져요. 원래 안들어가 져야 정상인딩..
고수님들, 제가 설정한 파일 좀 봐주십시요...ㅠㅠ 여러책을 봐도 몰겠네
요,
==설정파일==
ServerName "Proftpd FTP Server For Korean"
ServerType standalone
DefaultServer on
ServerAdmin root@localhost UseReverseDNS off
IdentLookups off
ServerIdent On "PorFTPd Account Server
ready .. "
DefaultRoot /var/ftp/pub dgkmi,client
Port 21
RootLogin off
<Global>
Umask 022
AuthPAMAuthoritative on
# UpTime 10
# DownTime 23
TimesGMT off
DenyFilter *.*/
</Global>
#RateReadBPS 256
#RateReadFreeBytes 5120
#RateReadHardBPS on
MaxClients 10
MaxClientsPerHost 5 "Sorry, %m connection allow per one
host"
MaxHostsPerUser 2 "Sorry, %m hosts allow per one user"
TimeoutIdle 900
TimeoutNoTransfer 900
TimeoutLogin 300
DeferWelcome off
DisplayLogin /etc/proftpd/welcome.msg
DisplayFirstChdir .message
# MaxInstances 30
#User nobody
#Group nobody
<Directory /*>
AllowOverwrite on
</Directory>
<Anonymous /var/ftp/pub>
User dgkmi
Group dgkmi
RequireValidShell off
AnonRequirePassword off
# ShowSymlinks off
#UserAlias anonymous dgkmi
<Limit LOGIN>
AllowAll
</Limit>
DisplayLogin welcome.msg
DisplayFirstChdir .message
MaxClients 10
MaxClientsPerHost 3 "Sorry, 3 connection allow per one host"
<Limit STOR MKD READ DIRS RMD DELE WRITE>
AllowALL
</Limit>
# <Directory incoming>
# <Limit READ>
# DenyALL
# </Limit>
# <Limit STOR MKD>
# AllowALL
# </Limit>
# </Directory>
# <Directory logs>
# <Limit READ WRITE DIRS>
# DenyAll
# </Limit>
# </Directory>
</Anonymous>
<Anonymous /var/ftp/pub>
User client
Group dgkmi
RequireValidShell off
AnonRequirePassword off
#UserAlias anonymous client
<Limit LOGIN>
AllowAll
</Limit>
DisplayLogin welcome.msg
DisplayFirstChdir .message
MaxClients 10
MaxClientsPerHost 3 "Sorry, 3 connection allow per one host"
#HideUser root
#HideGroup root
<Limit STOR MKD READ DIRS WRITE>
AllowALL
</Limit>
<Limit DELE RMD>
DenyAll
</Limit>
# <Directory incoming>
# <Limit READ>
# DenyALL
# </Limit>
# <Limit STOR MKD>
# AllowALL
# </Limit>
# </Directory>
# <Directory logs>
# <Limit READ WRITE DIRS>
# DenyAll
# </Limit>
# </Directory>
</Anonymous>