Results 1 to 15 of 68

Thread: Card Focus-no or unknow card inserted

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #20
    dMd
    Guest

    Default

    Exact asta ti-am recomandat aici . .. Sid Assign...
    Code:
    
    # Configure limited list of accepted sids for smartcard
    # When omitted, all sids are allowed.
    # Can work together with LOADBALANCE configuration (sids which are not allowed will be automatically left out of the loadbalance)
    #
    # SMARTCARD SID ASSIGN : <device> <maxnumberofsids> { <sid1>, <sid2>, ... <sidn> }
    #
    # <device> is the reader devicenode
    # <maxnumberofsids> limits the total number of sids assigned to the card (0 = use length of sid list)
    # { <sid1>..<sidn> } lists the sids that are assigned to the smartcard, when omitted, <maxnumberofsids> is used to auto assign sids
    #
    # when <maxnumberofsids> is larger than the length of the sidlist, the remainder of the sids are auto assigned, till the list reaches <maxnumberofsids>
    # Check entitlement output for realtime assignment list
    #
    # WARNING: when SMARTCARD SID ASSIGN config changes, restart is required before settings take effect
    #
    #example1: smartcard in device /dev/ttyUSB0 only handles requests for sids df3, df4, df5
    #
    #SMARTCARD SID ASSIGN : /dev/ttyUSB0 0 { 0df3,0df4,0df5 }
    #
    #example2: smartcard in device /dev/ttyUSB0 handles requests for max 5 sids, auto assigned in the order of occurance. A request for a 6th sid will be denied.
    #
    #SMARTCARD SID ASSIGN : /dev/ttyUSB0 5
    #
    #example3: smartcard in device /dev/ttyUSB0 handles requests for max 5 sids, 3 of which are df3, df4, df5, remaining 2 are auto assigned
    #
    #SMARTCARD SID ASSIGN : /dev/ttyUSB0 5 { 0df3,0df4,0df5 }
    
    
    # Configure list of sids which are not to be handled by smartcard
    # When omitted, all sids are allowed (or SMARTCARD SID ASSIGN list is allowed, if available)
    # Don't use together with (fixed) SMARTCARD SID ASSIGN list; use one or the other, depending on which gives the shortest list
    # Can work together with dynamic SMARTCARD SID ASSIGN list.
    # Can work together with LOADBALANCE configuration (sids which are rejected will be automatically left out of the loadbalance)
    #
    #SMARTCARD SID REJECT: <device> { <sid1>, <sid2>, ... <sidn> }
    #
    # <device> is the reader devicenode
    # { <sid1>..<sidn> } lists the sids that are to be rejected on the smartcard
    #
    #
    #example1: smartcard in device /dev/ttyUSB0 should not handle requests for sids df3, df4, df5
    #
    #SMARTCARD SID REJECT: /dev/ttyUSB0 { 0df3,0df4,0df5 }
    Last edited by dMd; 09-12-12 at 15:20. Reason: completare

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •