forked from shaba/openuds
Fixed smartcard redirection on linux (forgot to add parameter in case of smartcards). Thanks to Virginio for reporting :-)
This commit is contained in:
parent
c733822caf
commit
f16de6baf7
@ -94,6 +94,9 @@ public class LinuxApplet implements OsApplet {
|
||||
else
|
||||
exec.add("-g" + width + "x" + height);
|
||||
|
||||
if (redirectSmartcards)
|
||||
exec.add("-r scard");
|
||||
|
||||
exec.add("-TUDS-RDP");
|
||||
exec.add("-P");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user