Skip Menu |

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

Report information
The Basics
Id: 74267
Status: new
Priority: 0/
Queue: RT-Authen-ExternalAuth

People
Owner: Nobody in particular
Requestors: tsibley [...] cpan.org
Cc:
AdminCc:

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



Subject: Decode values from LDAP when comparing against RT values or updating RT values
On 01/22/2012 06:24 AM, Ruslan Zakirov via RT wrote: Show quoted text
> I think from LDAP we get octets, but in RT we should store strings and > get strings from API calls. To get correct comparison we should > upgrade data we get from LDAP to perl strings. Google suggests that > LDAPv3 sends UTF-8, v2 uses some specific format. We can enforce v3 on > anything that has not ASCII data.
This concurs with what I expected was happening. It's not RT that needs encoding, it's LDAP that needs decoding. I do wonder if this problem is present in RT-Authen-ExternalAuth as well. Thomas