LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ProFTPD authentication problem (https://www.linuxquestions.org/questions/linux-networking-3/proftpd-authentication-problem-167805/)

Kostko 04-08-2004 12:38 PM

ProFTPD authentication problem
 
Hi, i have the following configuration for LDAP in proftpd.conf:

Code:

LDAPServer                      127.0.0.1:389
LDAPAuthBinds                  on
LDAPQueryTimeout                10
LDAPDoAuth                      on ou=Drones,dc=unimatrix-one,dc=org (&(uid=%v)(objectClass=borgFTPAccount)(accountActive=TRUE))
LDAPDefaultGID                  8001
LDAPDoUIDLookups                off
LDAPDoGIDLookups                off
LDAPNegativeCache              on


But it still doesn't auth the users correctly (all get login incorrect) and in the log i get:
mod_ldap: pr_ldap_connect(): ldap_simple_bind() as (null) failed: Operations error

What should i do to make this work ?


All times are GMT -5. The time now is 10:57 AM.