02-11-2019 04:47 AM
Hi there,
During our ISE deployment we are trying to fit two simple requirements: machine and user authentication as well as centralized Windows computer administration, however, it does not seem to be a standard way to meet such a simple scenario:
Can't understand why such a simple scenario can't be met by a single supplicant.
Any feedback?
Thanks in advance.
Solved! Go to Solution.
02-11-2019 08:37 AM
Additional info that may assist you with your requirements:
You can add a reg hack to disable EnforceSingleLogon which will allow NAM to handle multiple users if needed. Basically I can login using NAM, lock screen, switch user, and you can login.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{B12744B8-5BB7-463a-B85E-BB7627E73002}
Add a DWORD named EnforceSingleLogon, and give it a value of 1 or 0. 1 enables it, and 0 disables it.
This isn't specifically for your RDP issues but I think it is good to know that you have this option. HTH!
02-11-2019 06:37 AM - edited 02-11-2019 06:38 AM
For Avoid twice credentials prompt on RDP please check below link. It's not drawback of AnyConnect.
https://blogs.msdn.microsoft.com/winsdk/2009/07/14/rdc-and-custom-credential-providers/
02-11-2019 08:37 AM
Additional info that may assist you with your requirements:
You can add a reg hack to disable EnforceSingleLogon which will allow NAM to handle multiple users if needed. Basically I can login using NAM, lock screen, switch user, and you can login.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{B12744B8-5BB7-463a-B85E-BB7627E73002}
Add a DWORD named EnforceSingleLogon, and give it a value of 1 or 0. 1 enables it, and 0 disables it.
This isn't specifically for your RDP issues but I think it is good to know that you have this option. HTH!
02-11-2019 09:02 AM
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