#272 infosssd does not work with unicode characters in user gecos or attributes
Closed: Fixed 6 years ago Opened 6 years ago by puiterwijk.

Due to the explicit str() conversion in infosssd, login fails for users with non-ascii characters in their name or other attributes that we retrieve.
Removing the str() statements passes the strings through as plain unicode strings, and fixed the problem since the Ipsilon base will handle the conversion.


Login to comment on this ticket.

Metadata