Problem with smartcard reader on Xendesktop

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #45854
    danielsberton
    Participant
    • Total Post: 2
    • Newbie

    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=2

     

    #45857
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    With 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

    #46199
    MacQueen
    Participant
    • Total Post: 13
    • Regular Joe
    • ★★

    Hi,

    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,0x00

    Reader 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

     

     

    #46200
    MacQueen
    Participant
    • Total Post: 13
    • Regular Joe
    • ★★

    So 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.

     

    #46201
    danielsberton
    Participant
    • Total Post: 2
    • Newbie

    Thanks MacQueen!

     

    Could you provide me the complete wnos.ini (without sensitive data, of course), where I can take a look?

     

    Thanks!

    #46296
    MacQueen
    Participant
    • Total Post: 13
    • Regular Joe
    • ★★

    that 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=yes

    Resolution=1024×768 Refresh=60

    CONNECT=RDP \
    Host=192.168.1.XX\
    Description=”XXXXX” \
    AutoConnect=Yes \
    Domainname=XXX \
    Logon_mode=prompt \
    LocalCopy=no
    Signon=no

    Exit=all

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.