02-11-2005 06:43 AM - edited 03-10-2019 02:00 PM
Has anyone had any luck deploying 802.1x wired auth w/ ACS or IAS and Microsoft AD using the PEAP machine certificate on the clilent option. I want to avoid using a second password for login. Client PC's are WinXP.
02-11-2005 08:17 AM
Do you want to only authenticate the machine?
02-11-2005 10:26 AM
yes, I would like to only authenticate the machine, then let the normal Windows AD login handle the user. I would like to use the Windows Certificate infrastructure to grant,and manage client certs.
02-11-2005 10:42 AM
OK, so to do machine-auth ONLY, you need to set the following registry settings:
Software\Microsoft\EAPOL\Parameters\General\
Global\SupplicantMode -- REG_DWORD
"3" Compliant with IEEE 802.1X Specification.
Software\Microsoft\EAPOL\Parameters\General\
Global\AuthMode -- REG_DWORD
"2" Machine authentication only Whenever a user logs in, it has no effect on the connection. 802.1X authentication is performed using machine credentials only.
The pre-requistes are you must be running Active Directory, the machine must already be a member of your Active Directory Domain, and you can only use EAP-TLS or PEAP w/ EAP-MSCHAPv2.
To leverage auto-enrollment for any certs in a Windows environment, this doc should help:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide