18 Mar
2024
18 Mar
'24
11:30 p.m.
To do *what* specifically?
Someone can enter bob@company.com or REALM\bob , where REALM is the netbios name of AD server. The first format is UserPrincipalName and it can be easily handled by setting up a filter in rlm_ldap config The second format is SAMCompatibleName and is not handled out-of-the-box.
If you have e-mails of the form "bob@company.com", is the sAMAccountName for that user always going to be "bob"? Or will it be something else?
It seems sAMAccountName contains only "bob" . Thanks, Andrei