#1037516 ircd-hybrid hates winbindd users

Package:
ircd-hybrid
Source:
ircd-hybrid
Description:
high-performance secure IRC server
Submitter:
Joshua Hudson
Date:
2023-06-13 17:33:04 UTC
Severity:
normal
Tags:
#1037516#5
Date:
2023-06-13 17:30:39 UTC
From:
To:
Dear Maintainer,

When connecting to ircd-hybrid on localhost, users from a Windows domain get kicked out with invalid user.

I tracked this down to the source code; ircd-hybrid believes that \ is an invalid character in username
while ident reports the full username including the \ character in the middle.

Problem exists upstream.