[Proftpd-user] LDAP authentication problem
--===============1902402990==
Content-Type: multipart/alternative;
boundary="----=_Part_21113_9682769.1201864585419"
------=_Part_21113_9682769.1201864585419
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
dear list,
My site have an ftp server using pureftpd. The authentication is using LDAP,
and it goes fine. The conf. syntax for ldap auth is below :
----- pureftpd conf for ldap :
LDAPServer ldap.example
LDAPPort 389
LDAPBaseDN ou=people,dc=ldap, dc=example
LDAPBindDN cn=manager,dc=ldap, dc=example
LDAPBindPW
LDAPFilter (&(userStatus=students)(userUid=\L))
LDAPHomeDir userEmailHome
-------
I want to build another ftp server using proftpd, but the ldap
authentication method is similar like above. My proftpd configuration for
ldap authentication is :
AuthOrder mod_auth_unix.c mod_ldap.c
LDAPServer ldap.example
LDAPDNInfo "cn=manager,dc=ldap, dc=example"
"passwordForManager"
LDAPDoAuth on "ou=People,dc=ldap,dc=example"
"(&(userStatus=students)(userUid=\L))"
LDAPAuthBinds on
RequireValidShell off
LDAPDefaultGID 99
LDAPDefaultUID 99
But I always got authentication error. I suspect there is still something
wrong with my configuration, but I don't know where. The 'ServerLog' itself
doesn't tell me much about the error. So guys, where is my configuration
error from the mapping above?
Thanks a lot for your response! :)
------=_Part_21113_9682769.1201864585419
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
dear list,<br><br>My site have an ftp server using pureftpd. The authentication is using LDAP, and it goes fine. The conf. syntax for ldap auth is below :<br>----- pureftpd conf for ldap :<br>LDAPServer ldap.example<br>LDAPPort 389<br>
LDAPBaseDN ou=people,dc=ldap, dc=example<br>LDAPBindDN cn=manager,dc=ldap, dc=example<br>LDAPBindPW <br>LDAPFilter (&(userStatus=students)(userUid=\L))<br>LDAPHomeDir userEmailHome<br>-------<br><br>I want to build another ftp server using proftpd, but the ldap authentication method is similar like above. My proftpd configuration for ldap authentication is :<br>
AuthOrder mod_auth_unix.c mod_ldap.c<br>LDAPServer ldap.example<br>LDAPDNInfo "cn=manager,dc=ldap, dc=example" "passwordForManager"<br>LDAPDoAuth on "ou=People,dc=ldap,dc=example" "(&(userStatus=students)(userUid=\L))"<br>
LDAPAuthBinds on<br>RequireValidShell off<br>LDAPDefaultGID 99<br>LDAPDefaultUID 99<br><br>But I always got authentication error. I suspect there is still something wrong with my configuration, but I don't know where. The 'ServerLog' itself doesn't tell me much about the error. So guys, where is my configuration error from the mapping above?<br>
<br><br>Thanks a lot for your response! :)<br>
------=_Part_21113_9682769.1201864585419--
--===============1902402990==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
[url]http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/[/url]
--===============1902402990==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
ProFTPD Users List <proftpd-users@proftpd.org>
Unsubscribe problems?
[url]http://www.proftpd.org/list-unsub.html[/url]
--===============1902402990==--