openldap + pure-ftpd:530loginvalidation失败
我在FreeBSD11上。 我安装了openldap24-server和pure-ftpd。 问题是我无法通过ftp user @ server-ip连接到服务器。 这里是我的configuration: 1./usr/local/etc/pureftpd-ldap.conf LDAPScheme ldap LDAPServer 192.168.*.* LDAPPort 389 LDAPBaseDN ou=Users,dc=example,dc=com LDAPBindDN cn=Manager,dc=example,dc=com LDAPBindPW {MD5}4QrcOUm6Wau+VuBX8g+IPg== LDAPFilter (&(objectClass=PureFTPdUser)(FTPStatus=TRUE)(uid=\L)) LDAPVersion 3 LDAPAuthMethod PASSWORD 2./usr/local/etc/openldap/ldap.conf BASE dc=example,dc=com URI 192.168.*.* SIZELIMIT 12 TIMELIMIT 15 DEREF never 3./usr/local/etc/openldap/example.ldif dn: dc=example,dc=com objectClass: dcObject objectClass: organization o: example dc: example dn: ou=Users,dc=example,dc=com ou: Users objectClass: top objectClass: […]