I have two identical Lenovo laptops running Windows 10 with all updates. Call them Left and Right. On the backend I have a domain controller and a Remote Desktop Server, both running Windows Server 2008R2. I have two users, Bob and Alice, who log into the same domain and use the same remote desktop server. For both Bob and Alice on both Left and Right I have identical RDS configuration files. (I’m sure they’re identical because I copied the same file to all users and desktops.) When Alice logs in on Left and double-clicks on the RDS, I get good login, that is, I see smart card as a choice. But for Alice on Right and Bob on either laptop, a double-click on the RDS results in bad login. What can be causing these two users/laptop to behave differently?
Asked
Active
Viewed 68 times
4
-
Does the file have an entry for `redirectsmartcards:i:1`? – Greg Askew Feb 19 '16 at 19:37
-
@GregAskew: I was thinking that but I don't think that's it. What you're suggesting makes sense for the Right laptop but not the Left laptop if both users are using the same RDP file on each respective laptop. Alice does get it on the Left laptop but Bob doesn't get it on the Left laptop. – joeqwerty Feb 19 '16 at 20:19
-
Comment from a similar question: "I realized that if I don't specify a username in the RDP connection and I use the IP address instead of the server's name, no smartcard is requested to login on the server." http://superuser.com/questions/491344/when-rdp-as-a-domain-user-smart-card-requested – Dom Feb 20 '16 at 03:20
-
Yes, the RDP file has `redirectsmartcards:i:1` in it. Since all combinations use an identical RDS file, I can't imagine how anything in it can cause the variation I'm seeing. – Russ Kuhn Feb 23 '16 at 17:30