- 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:
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.