Skip to Content.
Sympa Menu

en - Re: Re: [sympa-users] Ldap authentication problems

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: address@concealed
  • To: address@concealed
  • Subject: Re: Re: [sympa-users] Ldap authentication problems
  • Date: Tue, 7 Mar 2006 17:36:30 +0100

my auth.conf now looks like

ldap
regexp .*
host ldap.myco.com
timeout 30
suffix dc=myco,dc=com
get_dn_by_uid_filter (uid=[sender])
get_dn_by_email_filter (mail=[sender])
email_attribute mail
scope sub

i turned my logging level up to 2. when trying to log into the wwsymp.fcgi
login interface using uid/password i get these log msgs:

Mar 7 10:23:36 hostname wwsympa[19724]: List::init_list_cache()
Mar 7 10:23:36 hostname wwsympa[19724]: [robot hostname.myco.com] [client
128.135.0.88] check_param_in
Mar 7 10:23:36 hostname wwsympa[19724]: [robot hostname.myco.com] [client
128.135.0.88] do_login(address@concealed)
Mar 7 10:23:36 hostname wwsympa[19724]: Auth::check_auth(address@concealed)
Mar 7 10:23:36 hostname wwsympa[19724]: Auth::authentication()
Mar 7 10:23:36 hostname wwsympa[19724]: List::get_user_db(address@concealed)
Mar 7 10:23:36 hostname wwsympa[19724]: tools::decrypt_password
(init9fb76d51)
Mar 7 10:23:36 hostname wwsympa[19724]:
Auth::ldap_authentication(address@concealed,spr,trmp,email_filter)
Mar 7 10:23:36 hostname wwsympa[19724]: Incorrect password for user
address@concealed ; host: ldap.myco.com
Mar 7 10:23:36 hostname wwsympa[19724]: authentication: incorrect password
for
user address@concealed
Mar 7 10:23:36 hostname wwsympa[19724]: Authentication failed

-i tried logging in using both 'username' and 'address@concealed', both gave
the same error msgs

-i know we are supposed to use an ssl connection to connect to our ssl
server.
when i put 'use_ssl 1' in my auth.conf and i try to log in, i get a cgi
'internal server configuration' error. when i check the apache error logs, it
looks like it's complaining that i don't have the IO::Socket:SSL module.
thanks for responding btw.



Archive powered by MHonArc 2.6.19+.

Top of Page