PDA

View Full Version : problem with one users not getting in.


odd
04-12-2005, 03:48 PM
I had my server down for a few weeks and after starting it up all worked fine except that one users cant login. The weird thing is that nothing gets logged while he tryes to login, but I can see him on the firewall trying to connect.

Cant really figure it out what could be wrong. Only thing I did before was to move ioftpd from c:\ to d:\
Note that all other users so far works flawless. I run SSL and this is the ffxp log when he tryes to login.


[R] Connecting to ipnumber -> DNS=ipnumber IP=ipnumber PORT=portnumber
[R] Connected to ipnumber
[R] 220 Unit ready.
[R] AUTH SSL
[R] 234 AUTH SSL successful.
[R] Connected. Negotiating SSL session..
[R] SSL negotiation successful...
[R] SSL encrypted session using cipher RC4-MD5 (128 bits)
[R] PBSZ 0
[R] 200 PBSZ 0 successful.
[R] USER user1
[R] 530 Login incorrect.
[R] Connection failed
[R] Delaying for 120 seconds before reconnect attempt #1

k1piee
04-23-2005, 05:52 AM
Are you sure that he have access to a root directory?
I had the same problem becuse i had deleted the root directory and then I changed it, and then it workd.

odd
04-23-2005, 06:06 AM
I tryed just now to "change" vfsfile to the same file again and the account now works.

Weird tho, why doesnt ioftpd write the error to the log? It has always done that before.