Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
To batch import cards on the Cards tab:
- Click Import cards.
- Upload the prepared Cards file.
- Click Import.
Image RemovedImage Added
You can import cards from a TXT or CSV file. The file must contain lines with a set of fields in the following format:
Info | ||
---|---|---|
| ||
Serial Number;Card Type;Model;Form Factor;Admin PIN;Comment;Tags; |
- Serial Number - serial number of the card.
- Card Type - you must specify the type name as it is listed in the Card types section.
Warning |
---|
Serial Number and Card Type are required parameters. |
- Model - the card model is available only for eToken PRO Java 72K and IDPrime MD cards if a division for different models is added in the Card types section for these cards.
- Form Factor - card form factor. The following are supported:
- SmartCard (by default)
- UsbToken
- MicroSD
Note |
---|
If the form factor is not specified, the card will be added as a smart card. |
- Admin PIN - the administrator PIN value that will be assigned to all cards listed in the import file.
- Comment - comments for devicescards.
- Tags - tags for devicesfor cards. The specified tags must be created in advance in the Tags.
If the default value is specified instead of the Serial Number field of the card, then the values of the remaining fields (Card Type; Model; Form Factor; Admin PIN;Comment;Tags) of this line will be used as default values for the corresponding fields of subsequent lines. That is, for subsequent lines, you must specify only Card Serial Numbers and a field that differs from the one specified in the default line.
In the example below, the following cards are added to the file:
- eToken PRO Java 72K smart card, model eToken PRO Java 72K OS755 with serial number: 01cec45d, with administrator's PIN-code: 1234567890, Comment: New York office and tagsTags: VPN,IT
- eToken PRO Java 72K USB token, model SafeNet eToken 5110 with serial number: 024084ab, with administrator's PIN-code: 1234567890, Comment: Branch and tagsTags: VPN
- TicTok v2 smart cards with serial numbers: 8009004045073275, 8009008733073275
- TicTok v3 smart card with serial number: 7206003890072461
- IDPrime MD smart card, model IDPrime MD 830-FIPS with serial number: 0d4000859ad42a730d4000859ad42a73
- IDPrime MD smart card, model IDPrime MD 830-FIPS Rev B with serial number: 2f80025d73f42a752f80025d73f42a75
- IDPrime MD smart card, model IDPrime MD 840 B with serial number: 1e40000259632a741e40000259632a74
- IDPrime MD smart cards, model IDPrime MD 3810 with serial numbers: 204000a2442b2a74204000a2442b2a74, 204000a2446b2a74204000a2446b2a74
- IDPrime MD smart card, model IDPrime MD 3811 Mifare-Desfire with serial number: 25c008609ecd2a7525c008609ecd2a75
Code Block | ||||
---|---|---|---|---|
| ||||
default;eToken PRO Java 72K;eToken PRO Java 72K OS755;SmartCard;1234567890;;New York office;VPN,IT 01cec45d default;eToken PRO Java 72K;SafeNet eToken 5110;UsbToken;1234567890;;Branch,;VPN 024084ab default;TicTok v2;;;000000000000000000000000; 8009004045073275 8009008733073275 default;TicTok v3;;SmartCard;000000000000000000000000; 7206003890072461 default;IDPrime MD;IDPrime MD 830-FIPS;SmartCard;000000000000000000000000000000000000000000000000; 0d4000859ad42a730d4000859ad42a73 default;IDPrime MD;IDPrime MD 830-FIPS Rev B;SmartCard;000000000000000000000000000000000000000000000000; 2f80025d73f42a752f80025d73f42a75 default;IDPrime MD;IDPrime MD 840 B;SmartCard;000000000000000000000000000000000000000000000000; 1e40000259632a741e40000259632a74 default;IDPrime MD;IDPrime MD 3810;SmartCard;000000000000000000000000000000000000000000000000; 204000a2442b2a74204000a2442b2a74 204000a2446b2a74204000a2446b2a74 default;IDPrime MD;IDPrime MD 3811 Mifare-Desfire;SmartCard;000000000000000000000000000000000000000000000000; 25c008609ecd2a7525c008609ecd2a75 |