book
Article ID: CTX235006
calendar_today
Updated On:
Resolution
Add the following entry under [sssd] configuration in /etc/sssd/sssd.conf
re_expression=(((?P<domain>[^\\]+)\\(?P<name>.+$))|((?P<name>[^@]+)@(?P<domain>.+$))|(^(?P<name>[^@\\]+)$))
The above configuration will allow sssd to accept UPN(username@domain ), "NetBIOS domain name\username" and "Username" format.
Problem Cause
Expected behavior as per sssd design. By default sssd accepts only user@domain format, Additional configuration has to be done to accept other formats.
Issue/Introduction
When Linux VDA uses sssd, and user login with "NetBIOS domain name\username" format Login fails.