www.ProFTPD.de

ProFTPD => ProFTPD - English => Thema gestartet von: louisicard am 06. Oktober 2006, 13:05:56



Titel: Virutal user disconnected
Beitrag von: louisicard am 06. Oktober 2006, 13:05:56
Hi,

I'm using virutal user authentication and when I try to login with a virtual account the server grant access but close connection immedialtely...

Here is my proftpd.conf:
Code:
ServerName                      "Debian"
ServerType                      standalone
DeferWelcome                    off

MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
ListOptions                     "-l"

DenyFilter                      \*.*/
AuthOrder mod_auth_file.c
AuthUserFile /etc/ftpd.passwd
AuthGroupFile /etc/ftpd.group
RequireValidShell off

UseReverseDNS                   off
IdentLookups                    off
DelayEngine                     off

DefaultRoot ~
Port                            21

Any ideas? thx


Titel: Re: Virutal user disconnected
Beitrag von: VolGas am 06. Oktober 2006, 22:57:11
Hi,

proftpd.conf looks fine.
Please post debug output of login. (stop proftpd and start again with param: -nd5)

Greets
  VolGas