Hi,
I'm doing the setup of a Network Policy Server (Radius).
We have actually two DNS domains :
company.tld and company.xyz.tld
The Active directory Domain is compagny.tld
Our radius shoud authenticate the users, even if they use the second DNS.
For that, I have a dedicated connection request policy that match the DNS domain. In the settings, I've configured a regex on the attribute User-Name.
I've some troubles with this regex : I cannot match the dot (.)
The only things that works is when I replace "xyz" with nothing.
Then, in the logs I can see that the domain became company..tld (double dot) and of cours did not match any known domain.
I tried everything :
replace xyz\. with nothing
replace xyz\\. with nothing
etc...
I've looked a lot on google, but still not working.
The environment is : Windows 2016 Standard, Version 1607, OS Build : 14393.1883
I also tried to look in the registry but I did not find the tree. I also have exported the config in xml and the content is consistent with what I've configured in the MMC.
So I'm interested if you have any suggestion for me,
Regards,
Jean-Sébastien Stoffen