<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx</link><description>In a recent post I outlined a number of ‘challenges’ to implementing smartcards. I also asked about people who were hitting slow logons after implementing smartcards. Well I had a few responses as well as some interest in how RDP redirection works in</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#2034984</link><pubDate>Thu, 05 Apr 2007 23:10:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2034984</guid><dc:creator>kert</dc:creator><description>&lt;p&gt;Hey, i see you are pretty knowledgeable in &amp;nbsp;MS smart card topics, and win security internals in general.&lt;/p&gt;
&lt;p&gt;Im dealing with the same issues pretty often myself, i have written a CSP for a national smart card, Vista cardmodule alpha rev for the same card, done a &amp;quot;fake&amp;quot; winlogon-capable CSP, custom full GINA implementation and various related bits and pieces.&lt;/p&gt;
&lt;p&gt;There is one thing that is very poorly documented, the automatic SC certificate propagation ( used to be SCCertProp winlogon notififaction package and is now a separate service in Vista ) .. is there any docs on how to configure that ? My main concern is to remove the certs when smart card is removed.&lt;/p&gt;
&lt;p&gt;I also have tried to get my Winlogon notification DLL, ISensLogon inherited class and WMI events to get notifications on smart card removal, but none of them have worked for SC events, i can catch other events like logon and stuff fine.&lt;/p&gt;
&lt;p&gt;So it would be nice if anyone could shed some light on this, asking in newsgroups has resulted in nothing so far.&lt;/p&gt;
&lt;p&gt;Just as a reference, one real funny thing that i have tried is to get Win2K Smartcard PKI to interoperate with Heimdal Kerberos Domain ( using custommade certificates and all that ) so that Win2K desktop machine could log onto Heimdal domain, but we were ultimately stalled on an issue where some bit or piece of protocol simply had a byte or two wrong, and it didnt work out.&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#2048701</link><pubDate>Sun, 08 Apr 2007 06:43:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2048701</guid><dc:creator>SpatDSG</dc:creator><description>&lt;p&gt;For some related policies\config around the new CertPropSvc in Vista - see Shivaram's blog here: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/shivaram/archive/2007/02/26/smart-card-related-group-policy-settings-in-vista.aspx"&gt;http://blogs.msdn.com/shivaram/archive/2007/02/26/smart-card-related-group-policy-settings-in-vista.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;However, it doesnt take care of the removal events to cleanup the SC certs (it does roots &amp;quot;Clean up certificates on smart card removal&amp;quot; ) &lt;/p&gt;
&lt;p&gt;You can also use SCardGetStatusChange to do any store cleanup if you wanted to.&lt;/p&gt;
&lt;p&gt;spat&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#2053627</link><pubDate>Sun, 08 Apr 2007 18:23:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2053627</guid><dc:creator>SpatDSG</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="https://msdn2.microsoft.com/en-us/library/ms801382.aspx"&gt;https://msdn2.microsoft.com/en-us/library/ms801382.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;IOCTL_SMARTCARD_IS_PRESENT&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#2089393</link><pubDate>Wed, 11 Apr 2007 21:08:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2089393</guid><dc:creator>kert</dc:creator><description>&lt;p&gt;&amp;quot;You can also use SCardGetStatusChange&amp;quot;&lt;/p&gt;
&lt;p&gt;Yes i know, but SCardGetStatusChange needs to have a separate thread running .. under which process ?&lt;/p&gt;
&lt;p&gt;I could launch it from a winlogon notification package, but these are deprecated under Vista.&lt;/p&gt;
&lt;p&gt;Also SCardGetStatusChange has one drawback: it does not take a synchronization parameter that would cancel the wait ( either a signal, mutex, semaphore or something ) so i have two options:&lt;/p&gt;
&lt;p&gt;1) do SCardGetStatusChange with a short timeout and loop while checking for quit condition&lt;/p&gt;
&lt;p&gt;2) kill the thread forcibly when quit is needed&lt;/p&gt;
&lt;p&gt;neither is a very clean approach. i utilize the 1st in a CSP that i have developed and it results in registry access in each loop .. ie unneeded system load.&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#2237163</link><pubDate>Mon, 23 Apr 2007 01:22:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2237163</guid><dc:creator>Dan Griffin</dc:creator><description>&lt;p&gt;Best way to handle this would probably be via an NT service, which could get session change notifications from the service control manager. &amp;nbsp;You'd have to spin up one thread per user session, due to the nature of SCardGetStatusChange. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note that the proper way to cancel the GetStatusChange wait is via SCardCancel.&lt;/p&gt;
</description></item><item><title>Smartcard logon over Terminal Services ( RDP redirection ) pII ( vista FYI ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#3801189</link><pubDate>Tue, 10 Jul 2007 20:35:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3801189</guid><dc:creator>Spat's WebLog (Steve Patrick)</dc:creator><description>&lt;p&gt;It seems I do spend a fair bit of time with smartcards lately, but I have some other interesting posts&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#6807077</link><pubDate>Wed, 19 Dec 2007 17:49:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6807077</guid><dc:creator>Lalit</dc:creator><description>&lt;p&gt;How does WinScard determines if reader is remote or not? Could you please elborate on it.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#6983987</link><pubDate>Sat, 05 Jan 2008 01:38:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6983987</guid><dc:creator>SpatDSG</dc:creator><description>&lt;p&gt;this is really an internal implementation - what are your goals here?&lt;/p&gt;
&lt;p&gt;Perhaps we can address it more directly?&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#7038859</link><pubDate>Wed, 09 Jan 2008 12:50:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7038859</guid><dc:creator>Lalit</dc:creator><description>&lt;p&gt;Actually, I would like to understand how Winscard &amp;amp; scredir works.&lt;/p&gt;
&lt;p&gt;I did small test using Process Explorer, if smart card reader is available (no matter if remote or locally) and you open RDP client, RDP client load both dll's i.e. WinScard.dll &amp;amp; Scredir.dll.&lt;/p&gt;
&lt;p&gt;Does this means that these two dll's works independently? becuase if Winscard is actually detect if smartcard is remote and then calls scredir.dll then why Scredir.dll is loaded even if smartcard is local.&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#7043951</link><pubDate>Wed, 09 Jan 2008 21:30:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7043951</guid><dc:creator>SpatDSG</dc:creator><description>&lt;p&gt;They work together ( in XP\2k3 ) in Vista they were merged into winscard.dll if I recall.&lt;/p&gt;
&lt;p&gt;Anyway - we basically query the current session to see if it is a remote session - if it is, we then set some flags in the SCARDCONTEXT which is querieed when the SCard function is called - like SCardReconnect -- it will then redirect the call thru scredir if the remote flag was set in the context.&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8339257</link><pubDate>Thu, 27 Mar 2008 11:41:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8339257</guid><dc:creator>Kalle</dc:creator><description>&lt;p&gt;Hi, is it possible to access a smartcard reader that is physically connected to a 2K3 server within a RDP session? If I disable smartcard redirection within the client I expected, that I can access the smartcard readers connected to the server, but instead a call to SCardEstablishContext fails.&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8346388</link><pubDate>Mon, 31 Mar 2008 23:20:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8346388</guid><dc:creator>SpatDSG</dc:creator><description>&lt;p&gt;I do not believe this is possible&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8642766</link><pubDate>Mon, 23 Jun 2008 19:33:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8642766</guid><dc:creator>Sid B</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am so happy to have found this blog...enormous help in understanding SC with TS.&lt;/p&gt;
&lt;p&gt;I am a newbie to this so please need some help. &lt;/p&gt;
&lt;p&gt;I have a 2K3 server with Terminal Server and about to load Gemalto drivers on it. My clients are however Win 2000 (yes!! - may move to Vista later this year). The company has deployed successfully SmartCard and now wants that when users who access TS need to have their SmartCard redirection. Any help or tips.? Another engineer who worked on this tested but said it took a long long time to authenticate and so gave up effort. But this is being revisted and The version of Reflex 2.0 PCMCIA. Are there any prior art on specific CSP related issues that could cause this time delays?&lt;/p&gt;
&lt;p&gt;thanks in advance.&lt;/p&gt;
&lt;p&gt;/Sid&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8649150</link><pubDate>Wed, 25 Jun 2008 00:29:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8649150</guid><dc:creator>Novice</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is it possible to detect whether the user has logged in through a smart card or not,within a DLL which is meant for capturing the logon notifications , through the ISensLogon implementation route? &lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8650102</link><pubDate>Wed, 25 Jun 2008 04:43:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8650102</guid><dc:creator>SpatDSG</dc:creator><description>&lt;p&gt;First to Sid..&lt;/p&gt;
&lt;p&gt;The best I can give you is to test yourself, and make sure that you are on the latest CSP version from your vendor. Legally, I dont think I can officially recommend a specific vendor, as it can come back as &amp;quot;microsoft said use X left us out&amp;quot; or some such nonsense.&lt;/p&gt;
&lt;p&gt;I'm sorry.. &lt;/p&gt;
&lt;p&gt;spat&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8707435</link><pubDate>Tue, 08 Jul 2008 12:00:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8707435</guid><dc:creator>rob Crellin</dc:creator><description>&lt;p&gt;I have a VDI &amp;nbsp;issue reproducable were u can log on to a Remote desktop session to XP with a smart card and remove it and the session locks etc as many times as you like, if you log off and log back on u can again log on with a smart card but the smart card removal isnt recognised. If you reboot the VDI XP session the same behaviour repeats. this happens with rdp 5 and 6. &lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8707527</link><pubDate>Tue, 08 Jul 2008 12:23:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8707527</guid><dc:creator>Smitty</dc:creator><description>&lt;p&gt;what smartcard vendor are you using ?&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8707543</link><pubDate>Tue, 08 Jul 2008 12:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8707543</guid><dc:creator>rob crellin</dc:creator><description>&lt;p&gt;This problem is the same with GemPlus and Active Identity and regardless of the type of terminal you use, its the same on Pc's to VDI or Wyse and HP terminals to VDI, after log off and log back on the card removal is nor recognised, even though the card management software sees the card and see &amp;nbsp;it being removed&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8897196</link><pubDate>Tue, 26 Aug 2008 15:39:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8897196</guid><dc:creator>Lalit Kaushal</dc:creator><description>&lt;p&gt;Hi Spat, what are changes done for Smartcard in terminal server Windows 2008? and how it works with W2K8. Thanks.&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8902393</link><pubDate>Thu, 28 Aug 2008 05:47:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8902393</guid><dc:creator>SpatDSG</dc:creator><description>&lt;p&gt;not a lot new that I can think of - maybe if you are looking for something specific I can help?&lt;/p&gt;
&lt;p&gt;We got rid of scredir.dll .. &lt;/p&gt;
&lt;p&gt;We move to rpc calls for smartcard service calls.&lt;/p&gt;
&lt;p&gt;Specific to TS and smartcards?&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8936840</link><pubDate>Tue, 09 Sep 2008 18:43:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8936840</guid><dc:creator>Marc</dc:creator><description>&lt;p&gt;Hi Spat&lt;/p&gt;
&lt;p&gt;We want to authenticate on terminal servers (in HQ) using smartcard from a branch office which is connected by a 4Mbps WAN link with a network latency of 250ms. Log on process lasts up 4 minutes. We're using WinXpSp2, w2k3 terminal server (rdp/ica) with Axalto v2c cards and ActivIdentity CSP. Do you have any hints to speed up authentication? &lt;/p&gt;
&lt;p&gt;thanks in advance &lt;/p&gt;
&lt;p&gt;cheers&lt;/p&gt;
&lt;p&gt;Marc&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8961018</link><pubDate>Mon, 22 Sep 2008 12:29:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8961018</guid><dc:creator>Lalit Kaushal</dc:creator><description>&lt;p&gt;Hi Spat, Thanks for the info. I am looking for changes specific to Smartcard on TS?&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#8978059</link><pubDate>Mon, 06 Oct 2008 19:42:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8978059</guid><dc:creator>D. Krebs</dc:creator><description>&lt;p&gt;This is for Rob Crellin,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Did you get any resolution to your issue where the smartcard removal is not recognized. &amp;nbsp;We are having teh exact same issue using terminal connection to VDI using smartcards. &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9009390</link><pubDate>Tue, 21 Oct 2008 15:28:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9009390</guid><dc:creator>Rick</dc:creator><description>&lt;p&gt;Hi, I have a problem with a Vista client with a smartcard reader that's needed to authenticate to an application that can only be accessed via RDP. The RDP logon is plain Windows user authentication. Then the user starts the application but after the PIN code is typed in, we get the message &amp;quot;card is not in the reader&amp;quot;.&lt;/p&gt;
&lt;p&gt;The smartcard option is switched on on the localrsources of the client side. Thanks in advance!&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9009819</link><pubDate>Tue, 21 Oct 2008 18:39:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9009819</guid><dc:creator>SpatDSG</dc:creator><description>&lt;p&gt;Here is an easy test.. when you RDP to the server , and the smartcard is in the reader, does a PIN prompt for logon come up?&lt;/p&gt;
&lt;p&gt;I realize you use standard user\password to logon - but if the PIN prompt never even shows on the logon page, there is a good chance that the driver or something isnt installed right.&lt;/p&gt;
&lt;p&gt;spat&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9126197</link><pubDate>Thu, 20 Nov 2008 01:01:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9126197</guid><dc:creator>Leon</dc:creator><description>&lt;p&gt;Spat, &lt;/p&gt;
&lt;p&gt;When we RDP to the server we get the &amp;quot;The card supplied requires drivers that are not present on this system. Please try another card&amp;quot; error.&lt;/p&gt;
&lt;p&gt;We're using a Gemalto card. Do I need to install the third part software on the server or can I download the Base CSP (KB909520)?&lt;/p&gt;
&lt;p&gt;Thanks, Leon&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9133201</link><pubDate>Sun, 23 Nov 2008 05:24:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9133201</guid><dc:creator>SpatDSG</dc:creator><description>&lt;p&gt;Depends on the cards- if the ISV wrote a card module - then yest it needs to be installed. Sounds like a possible driver issue - does it all work OK locally?&lt;/p&gt;
</description></item><item><title>Generic Terminal Server PKCS11 Library</title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9227993</link><pubDate>Tue, 16 Dec 2008 23:02:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9227993</guid><dc:creator>Peter L</dc:creator><description>&lt;p&gt;I found this URL, what I am trying to do which I don't think will be possible is to have a PKCS11 Library over a RDP session. &amp;nbsp;For various reasons we login via RDP to a W2K3 terminal server with username and password. &amp;nbsp;Then I would like to consume on the Terminal Server the PKCS11 Token that is inserted into my desktop machine. &amp;nbsp;I have a working PKCS DLL and can interface into it on the local machine, but what &amp;quot;generic&amp;quot; DLL would I use on the terminal server that would then proxy those requests onto my local workstation.&lt;/p&gt;
&lt;p&gt;Don't think this can be done somehow. &amp;nbsp;The scredir and wincard come up as a non-pkcs11 library.&lt;/p&gt;
</description></item><item><title>Can service on remote server monitor smart card on rdp client?</title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9443491</link><pubDate>Wed, 25 Feb 2009 06:03:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9443491</guid><dc:creator>skybird</dc:creator><description>&lt;p&gt;Hello, I'm skybird and I need your help.&lt;/p&gt;
&lt;p&gt;I develped a program, it is client-service model. The service monitors and accessed the smart card and client communicates with the service. It is perfectly running on the local machine. But when I install it in server and RDP to server from client, the problems show.&lt;/p&gt;
&lt;p&gt;The smart card is in client and my program is in server. The service can not monitor and access the smart card in client. Would you please help me ?&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9538197</link><pubDate>Wed, 08 Apr 2009 16:43:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9538197</guid><dc:creator>Håkan Eriksson</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have a USB CCID combined reader that holds both a smart card reader and a biometric fingerprint sensor. The biometric device is accessed via SCardControl. On Vista(i.e. server side running vista, client can be vista or xp) the MS usbccid.sys driver is used and I can use both smartcard and fingerprint in a remote session(either using RDP or ICA/Citrix, both are ok).&lt;/p&gt;
&lt;p&gt;However, on XP (local session) the version of usbccid.sys(5.2.3790.2444) was not good enough (could not access bio-part via SCardControl) and our company developed its own ccid-driver.&lt;/p&gt;
&lt;p&gt;Now, when trying to use our reader in a remote session where the server is running XP I get a problem. I can either access the smart card funtionality (when reader is 'smart card redirected') or the biometric functionality &amp;nbsp;(when reader is USB redirected(3rd part product from FabulaTech in my RDP-session, and build-in usb-redirection in ICA) but not both at the same time.&lt;/p&gt;
&lt;p&gt;My guess is that problem origins from redirection and driver usage. Been surfing around a bit to understand how things work togeather but don't have 100% clear picture. Is there any hint you can give on this problem?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;H&amp;#229;kan Eriksson&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9573828</link><pubDate>Tue, 28 Apr 2009 19:51:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9573828</guid><dc:creator>SpatDSG</dc:creator><description>&lt;p&gt;H&amp;#229;kan&lt;/p&gt;
&lt;p&gt;Wow - not sure where to start on this one. The client is XP - what is the third party product you mention for USB redirection? It sounds like it is not standard scredir redirection is this correct?&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9575362</link><pubDate>Wed, 29 Apr 2009 12:04:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9575362</guid><dc:creator>Håkan</dc:creator><description>&lt;p&gt;Hi Spat,&lt;/p&gt;
&lt;p&gt;The third party product is this one: &lt;a rel="nofollow" target="_new" href="http://www.fabulatech.com/usb-for-remote-desktop.html"&gt;http://www.fabulatech.com/usb-for-remote-desktop.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I don't know how it's implemented but it seems that once I allow it to redirect my USB-reader the local system does not recognize that I have a smart card reader plugged in anymore. So, as you guess, scredir is probably not involved.&lt;/p&gt;
&lt;p&gt;However, when using the standard scredir redirection - do you know if redirection of SCardControl calls should work?&lt;/p&gt;
&lt;p&gt;Thanx&lt;/p&gt;
&lt;p&gt;/H&amp;#229;kan&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9801427</link><pubDate>Wed, 24 Jun 2009 15:48:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9801427</guid><dc:creator>Paul Tarricone</dc:creator><description>&lt;p&gt;I'm trying to figure out how Windows logs bad PIN entries and Card lockout entries. I need to be able to log the username of those users who attempt to logon with bad PINs or the username of a user who locks out his smartcard due to multiple bad PINs. &amp;nbsp;I have ActivClient with Windows 2008 TS. &amp;nbsp;I get an event 4673 when the user tries to logon but uses a bad PIN. &amp;nbsp;THe details of the event don't provide me the user name. &amp;nbsp;Is there a way to configure my system get this info?&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9806624</link><pubDate>Sat, 27 Jun 2009 17:22:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9806624</guid><dc:creator>SpatDSG</dc:creator><description>&lt;p&gt;I don't believe so - unless ActiveClient has a method. But think of it like this - the cert is simply using a PIN for private key access, the logon process needs that before we can even get to a logon event. &lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9841311</link><pubDate>Mon, 20 Jul 2009 13:02:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9841311</guid><dc:creator>Nguyen Trung Thanh</dc:creator><description>&lt;p&gt;I am getting an issue with Smart card redirection via Terminal Session:&lt;/p&gt;
&lt;p&gt;Below is what I tried:&lt;/p&gt;
&lt;p&gt;1. Client: Windows 7 (RC) or Windows Server 2003 SP2&lt;/p&gt;
&lt;p&gt; &amp;nbsp; S/C with SafeSign IdentityClient&lt;/p&gt;
&lt;p&gt;2. Server: Windows server 2008 Termial Services.&lt;/p&gt;
&lt;p&gt;Certificate in the Smart card is in the IE certificate store(IE in the terminal session).&lt;/p&gt;
&lt;p&gt;The IdentityClient can browse certificates in the S/C&lt;/p&gt;
&lt;p&gt;But, certificate is not in the MY store of the terminal session.&lt;/p&gt;
&lt;p&gt;I do not use smart card logon. Just want to redirect it to the terminal session. (it works if the server is a windows server 2003 system).&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9848514</link><pubDate>Sat, 25 Jul 2009 20:08:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9848514</guid><dc:creator>SpatDSG</dc:creator><description>&lt;p&gt;So you want the smartcard certificate to be propagated to the terminal server store? Is the certificate propagation service running? Some smart cards have their own propagation methods as well - does yours?&lt;/p&gt;
&lt;p&gt;spat&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9875229</link><pubDate>Wed, 19 Aug 2009 11:21:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9875229</guid><dc:creator>Arwan</dc:creator><description>&lt;p&gt;dear all.&lt;/p&gt;
&lt;p&gt;i'm deploying Virtual Desktop Infracture in my customer, we use APP-V to push the application to VDI. The case come, the application need to be authenticate with Finger Print (Acer Finger Print), when the thin client pc RDP to the VDI, the application cannot detect the finger print authentication... FYI we user RDP version 6.0.&lt;/p&gt;
&lt;p&gt;any suggest?&lt;/p&gt;
&lt;p&gt;thanks, and best Regards,&lt;/p&gt;
&lt;p&gt;Arwan&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9889827</link><pubDate>Tue, 01 Sep 2009 15:58:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9889827</guid><dc:creator>Wietze Strik</dc:creator><description>&lt;p&gt;I got the same message when I loggenon with TS. Some users worked fine. I fixed the problem by deleting the GTB2WIN.INI file.&lt;/p&gt;
&lt;p&gt;Hope it helps.&lt;/p&gt;
&lt;p&gt;Best regards, Wietze&lt;/p&gt;
</description></item><item><title>re: Smartcard logon over Terminal Services ( RDP redirection ) </title><link>http://blogs.msdn.com/spatdsg/archive/2006/10/16/smartcard-logon-over-terminal-services-rdp-redirection.aspx#9889831</link><pubDate>Tue, 01 Sep 2009 16:09:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9889831</guid><dc:creator>Wietze Strik</dc:creator><description>&lt;p&gt;Oops, forgot to mention that my problem was with Fortis MoneyManager, and the fix only works for this program.&lt;/p&gt;
</description></item></channel></rss>