www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: Kyp am 01. Juli 2004, 17:24:36



Titel: User kann nicht zugreifen
Beitrag von: Kyp am 01. Juli 2004, 17:24:36
Hiho

ich hab nen neuen User angelegt aber der kann nicht zugreifen.
Könnte mal jemand über die config schauen ob er den grund findet und ihn mir dann mitteilen?
Danke

Der User heißt mp3
mit dem PW: qwertz

der User und die gruppe sind richtig.


ServerType standalone
DefaultServer on
Umask 022
ServerName "192.168.2.2"
ServerIdent on "Kyp"
Bind "192.168.2.2"
ServerAdmin Admin@this.domain.topdomain
IdentLookups off
UseReverseDNS off
Port 21
PassivePorts 49152 65534
#MasqueradeAddress None
TimesGMT off
MaxInstances 30
MaxLoginAttempts 3
TimeoutLogin 300
TimeoutNoTransfer 120
TimeoutIdle 120
User nobody
Group nobody
DirFakeUser off   nobody
DirFakeGroup off   nobody
DefaultTransferMode binary
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart on
DeleteAbortedStores off
TransferRate RETR 30
TransferRate STOR 40
TransferRate STOU 40
TransferRate APPE 40
SystemLog /var/log/secure
#gp_random_username_length 6
#gp_random_password_length 6
#gp_randomize_case lower
#gp_useradd_root_path /home/ftp
#gp_useradd_upload_path /upload
#gp_html_path /var/www/ftp.html
#gp_welcome_name welcome.msg
<IfModule mod_tls.c>
TLSEngine on
TLSRequired on
TLSVerifyClient on
TLSProtocol
TLSLog
TLSRSACertificateFile
</IfModule>
<Limit LOGIN>
  AllowUser mp3
  DenyALL
</Limit>

<Anonymous /home/yk/200er/mp3's>
User mp3
Group mp3
AnonRequirePassword on
MaxClients 3 "The server is full, hosting %m users"
DisplayLogin welcome.msg
DisplayFirstChdir .msg
AllowOverwrite off
<Limit LOGIN>
 Allow from all
 Deny from all
</Limit>
<Limit ROOT_DIR_ALLOW RETR LIST NLST MDTM SIZE STAT CWD XCWD PWD XPWD CDUP XCUP>
 AllowAll
</Limit>
<Limit ROOT_DIR_DENY DELE APPE STOR STOU SITE_CHMOD SITE_CHGRP RNFR RNTO MKD XMKD RMD XRMD>
 DenyAll
</Limit>
<Directory /home/yk/200er/mp3's/upload/*>
AllowOverwrite on
<Limit UPLOAD_DIR_ALLOW LIST NLST  STOR STOU  APPE  RETR  MKD XMKD  STAT  MDTM  PWD XPWD  SIZE  CWD XCWD  CDUP XCUP  SITE >
 AllowAll
</Limit>
<Limit UPLOAD_DIR_DENY RNFR RNTO  DELE  RMD XRMD  SITE_CHMOD  SITE_CHGRP >
 DenyAll
</Limit>
</Directory>
</Anonymous>


Titel: Re: User kann nicht zugreifen
Beitrag von: stonki am 02. Juli 2004, 12:49:43
Zitat

<Limit LOGIN>
 Allow from all
 Deny from all
</Limit>

 :?:

Zitat

<Limit ROOT_DIR_ALLOW RETR LIST NLST MDTM SIZE STAT CWD XCWD PWD XPWD CDUP XCUP>


ich mag mich ja irren, aber a) was zum teufel ist ROOT_DIR_ALLOW und b) wieso machst Du das so kompliziert ?


Und zum schluss:  :debug: