-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does smart card redirection work? #924
Comments
#963 should be working now |
@johnarnold can you test? |
To test |
If you test it soon, we can ship it to the next release in December. |
Let's ship it to the next March release. Maybe cannot be well tested. |
it would be nice to get this in. I think this release(December) will be what goes in Ubuntu 18.04 LTS |
Good point. I'll also test it. |
Testing the new code with Microsoft's RDP client ( On this gist you can find the output for two different cards, using the same reader. The The I'm using CentOS on the server. By the way, the package which contains |
By the way, using the old code (xrdp master branch), the behavior is similar with a few differences:
Summarizing, the old code wasn't working completely, but the new code seems to miss some of the things the old code was doing correctly. Also, with the old code, the "Portuguese ID Card" application (QT app to use some card functionalities, link) can communicate with the card without apparent problems. With the new code, it doesn't even open (hangs at startup). |
Looks like issues, let's not hold off release. I can work on these issues and do another release later for just smart card improvements. |
Sorry I had to disappear for a bit. I'm back. What's next step? |
Time's up for v0.9.5. We can make another release to be in time for Ubuntu 18.04 LTS. |
Has this been resolved yet? |
Not yet. |
Excuse me. Is there any release information with smart card redirection support? Maybe in 1.0.0? :-). In April ? |
My project has moved to a DevOps system that requires smart card authentication. I work in a Linux VM, so I'm interested in this capability. Looked at @jsorg71's fork which is now several version behind. Haven't had luck getting a GNOME session to start with his version--probably a configuration issue. The changes make a lot of sense, in particular exposing a socket for pcsc. I can't find another workable solution to forwarding a smart card to a Linux VM at the moment. Any chance this could get merged into the mainline soon? To the others: Have you found other solutions? |
@bazcoIndustries - we've looked into this a few times in the past, but at the moment we don't have the architecture sorted out correctly, in a way which will give us a maintainable solution. @zorgluf has done some more work on this (see #1825) which may be of interest to you. |
I need smart card redirection in order to use certificates for 2 factor auth.
This issue #471 talks about support for pcsc, but the issue is still "Open" and doesn't really say if it's working.
Does pcsc support work? How do I verify it's working?
thanks!
The text was updated successfully, but these errors were encountered: