My current site utilizes a Network Policy Server (NPS) for authentication to the tightly controlled Wi-Fi.
The WiFi is EAP and uses machine authentication through NPS
I have that part working properly. I was able to create a profile that polls the AD server and retrieves the machine certificate from Active Directory
All systems are bound to the domain in this environment
However, I have to use two profiles and can't seem to find a pattern as to why.
One profile simply has %Host% in the payload and on in the NPS log - it authenticates as host.domain.com - - however - - I have some systems that fail to authenticate - they come back in the NPS log with a+ Null Sid error (object not found)+ -- that object only shows as host <-- without the domain appended to it.
The Windows admin team indicates that it will only authentication via the FQDN.
It seems odd that some resolve on NPS with the FQDN but other local hostname localhostname.
Is there a variable instead of %Host% I can use to send the FQDN (Fully qualified domain name) to NPS?
Is %AD_DomanNameDns% still valid? If so - would that pass the FQDN?