LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Proftpd listing hangs (https://www.linuxquestions.org/questions/linux-networking-3/proftpd-listing-hangs-123009/)

Kostko 12-05-2003 01:31 PM

Proftpd listing hangs
 
I am using ProFTPD 1.2.9 with mod_ldap to auth users. The authentication works (user can login), but when the user does LIST, GET, PUT the connection just stops. There is no response after that.

The relevant config:
Code:

LDAPServer                      192.168.0.1
LDAPAuthBinds                  on
LDAPDoAuth                      on ou=People,dc=jweb-network,dc=net (&(uid=%v)(objectclass=jwebAccount)(ftpAccess=TRUE))
LDAPDefaultGID                  100
LDAPDoUIDLookups                off
LDAPDoGIDLookups                off
LDAPNegativeCache              on

:scratch:

eternalcrow 02-01-2004 04:53 AM

Hey, that would be something I want to know about also. I'm running a LAN and I can login to my proftpd with any user from the server machine, but the other computer tries to login, it confirms the password and then LIST command is sent and then hangs.

:cry:

markus1982 02-01-2004 06:09 AM

Do you have a iptables rules set (firewalling) ? Could be a PASSIVE conneciton problem also, where the source would be your iptables ruleset.

eternalcrow 02-01-2004 12:01 PM

My problem was that I was using a non-standard port, but once it was set back to 21 it was fine.


All times are GMT -5. The time now is 03:24 AM.