Skip Menu |

This queue is for tickets about the RT-Authen-ExternalAuth CPAN distribution.

Report information
The Basics
Id: 80235
Status: rejected
Priority: 0/
Queue: RT-Authen-ExternalAuth

People
Owner: Nobody in particular
Requestors: sergey [...] elephant-games.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug
Date: Wed, 17 Oct 2012 11:18:21 +0400
To: bug-RT-Authen-ExternalAuth [...] rt.cpan.org
From: Sergey R <sergey [...] elephant-games.com>
Hi there! I am trying to use your plugin and I seem to encounter the bug. When trying to authorize, the LDAP log shows the following message: conn=3622787 op=1 SRCH base="ou=People,dc=domain,dc=local" scope=2 deref=2 filter="(&(objectClass=*)(?=undefined))" The RT log shows the following message: LDAP Search === Base: ou=People,dc=domain,dc=local == Filter: (&(objectClass=*)(sAMAccountName=sergey)) == Attrs: l,cn,st,mail,sAMAccountName,co,streetAddress,postalCode,telephoneNumber,sAMAccountName,physicalDeliveryOfficeName,sAMAccountName How can I fix this bug? -- ООО "Э-Студио" Системный администратор Распопов Сергей Николаевич тел: +7-937-939-84-23 email: sergey@elephant-games.com
Subject: Re: [rt.cpan.org #80235] Bug
Date: Wed, 17 Oct 2012 09:52:06 -0700
To: bug-RT-Authen-ExternalAuth [...] rt.cpan.org
From: Thomas Sibley <trs [...] bestpractical.com>
On 10/17/2012 12:18 AM, sergey via RT wrote: Show quoted text
> Hi there! > I am trying to use your plugin and I seem to encounter the bug. When trying to > authorize, the LDAP log shows the following message: > conn=3622787 op=1 SRCH base="ou=People,dc=domain,dc=local" scope=2 deref=2 > filter="(&(objectClass=*)(?=undefined))"
There's no error message there, just log output. It seems your LDAP server doesn't like part of the filter, but you don't include the bit where it says anything about that. Show quoted text
> The RT log shows the following message: > LDAP Search === Base: ou=People,dc=domain,dc=local == Filter: > (&(objectClass=*)(sAMAccountName=sergey)) == Attrs: > l,cn,st,mail,sAMAccountName,co,streetAddress,postalCode,telephoneNumber,sAMAccountName,physicalDeliveryOfficeName,sAMAccountName
That looks fine. Show quoted text
> How can I fix this bug?
It isn't clear what bug you think exists. Please explain the problem in more detail and provide your ExternalAuth configuration.