Tagged: C10LE, reader, smartcard, XenDesktop
- This topic has 5 replies, 3 voices, and was last updated 6 years, 6 months ago by MacQueen.
-
AuthorPosts
-
December 22, 2017 at 8:43 pm #45854
Hi!
I need help to work smartcard on my thinclient, but the background before all:
– I am testing with Wyse C10LE with ThinOS + Xendesktop with Windows 7.
– I use smartcard to access banking features or accounting things. No login use.
– I managed to work the smartcard through Citrix Receiver in my computer. This shows that Citrix is compatible and configured.
– Firmware Version: 8.0_512
– When I put the smartcard reader in Wyse, they show the reader on Windows Device Manager, but the software don’t read the reader and the card, as in the Citrix Receiver works well.
Can anyone help me what I am doing wrong?
the wnos.ini:
;*************************************************************
;* *
;* This wnos.ini file was generated with the *
;* Configuration File Generator 7.2.03 *
;* Copyright by Thomas Moellerbernd *
;* *
;* https://technicalhelp.de *
;* *
;*************************************************************;*************************************************************
;* General 1 *
;*************************************************************AdminMode=yes Username=admin Password=removed
Privilege=Low;*************************************************************
;* General 2 *
;*************************************************************MirrorFileServer=yes
PlatformConfig=all EncryptFS=yes;*************************************************************
;* General 3 *
;*************************************************************AddCertificate=certi.cer
SysMode=Classic;*************************************************************
;* Time *
;*************************************************************Timeserver=ntp.ntpserver Timeformat=”24-hour format”
TimeZone=’GMT – 03:00′ ManualOverride=yes Daylight=yes Start=100407 End=020407 TimeZoneName=”E. South America Standard Time”;*************************************************************
;* Display *
;*************************************************************Desktop=Wallpaper.jpg Layout=Stretch
ShutDownInfo=yes;*************************************************************
;* Network *
;*************************************************************SignOn=Yes
DisableDomain=yes
DomainList=”THENAME”
PasswordServer=IP HERE
MaxVNCD=1
VncPassword=”THENAME”
VncPrompt=No Accept=5 ActiveVisible=yes;*************************************************************
;* General Session *
;*************************************************************SessionConfig=ALL Smartcards=yes
;*************************************************************
;* ICA *
;*************************************************************Service=snmpd disable=no
community=public
IcaBrowsing=HTTP
PnliteServer=http://servercitrix/Citrix/DAP/PNAgent/config.xml ReconnectAtLogon=2December 25, 2017 at 2:27 pm #45857With SessionConfig=All Smardcards=yes you enable the so called PC/SC port. This maps an attached SC reader via PC/SC interface in the session.
Looks like your app needs the full reader in the session.
As you use XenDesktop and not XenApp, you could try to force redirect the smardcard reader.
To do so, check the ThinOS device manager or eventlog and find the USB vendor ID, product ID, USB class, subclass and protocol of your reader.
Then use
SessionConfig=ICA USBRedirection=HDX
Device=vusb ForceRedirect=0xxxxx,0xxxxx,0xxx,0xxx,0xxx
in your wnos.ini. You can use ConfGen to get this generated correctly.CG
March 1, 2018 at 9:32 am #46199Hi,
I ve got the problem with a T10.
FW thin os: 8.4
I got gemalto smartcard reader.
The unit found it ,
SDcard: found Gemalto …
USB: Found a new device 12mbps CCID reader on port 4
I try this :
SessionConfig=ALL unmapserials=yes Smartcards=yes UnmapUSB=no mapdisks=no disablesound=yes
Language=Fr
Device=CCID;*************************************************************
;* RDP *
;*************************************************************SessionConfig=RDP USBRedirection=RDP EnableNLA=yes
Device=vusb ForceRedirect=0x08e6,0x34c1,0x0b,0x00,0x00Reader doesn t appear in session
I got VID and PID but i don t know where i have to put the data…
OS server : windows 2016 server
No restriction GPO. No restriction virus protect
If you have any idea… i take.
Thank you
March 1, 2018 at 11:09 am #46200So i found the answer.
It s working fine now.
I had this parameter :
InterfaceRedirect=yes
i found it in the thinos guide you give us in download.
So thank u.
March 1, 2018 at 12:33 pm #46201Thanks MacQueen!
Could you provide me the complete wnos.ini (without sensitive data, of course), where I can take a look?
Thanks!
March 13, 2018 at 4:45 pm #46296that s my config
SessionConfig=ALL unmapserials=yes Smartcards=yes UnmapUSB=no mapdisks=no disablesound=yes
Language=Fr
Device=CCID;*************************************************************
;* RDP *
;*************************************************************SessionConfig=RDP USBRedirection=RDP EnableNLA=yes
Device=vusb ForceRedirect=0x08e6,0x34c1,0x0b,0x00,0x00 InterfaceRedirect=yesResolution=1024×768 Refresh=60
CONNECT=RDP \
Host=192.168.1.XX\
Description=”XXXXX” \
AutoConnect=Yes \
Domainname=XXX \
Logon_mode=prompt \
LocalCopy=no
Signon=noExit=all
-
AuthorPosts
- You must be logged in to reply to this topic.