To configure 32-bit and 64-bit libraries on Red Hat Linux
ln -s <64-bit-library>.so \ /opt/quest/lib64/pkcs11/<library-name>.so
where 64-bit-library is the full path to the 64-bit PKCS#11 library, and library-name is the name by which you want to refer to the driver. This must be the same name you give the 32-bit library.
# ln -s <32-bit-library>.so /opt/quest/lib/pkcs11/<library-name>.so
where 32-bit-library is the full path to the 64-bit PKCS#11 library, and library-name is the name by which you want to refer to the driver. This must be the same name you gave the 32-bit library.
[pkcs11] pkcs11-lib = <library-name>.so
where library-name is the name you gave to both the 32- and 64-bit libraries.
|
Note: The Authentication Services agent package only installs 64-bit versions of vastool so it will not be possible to test 32-bit versions of the PKCS#11 library using the vastool smartcard test commands. |
If you have multiple readers, or your card reader supports multiple slots, your vendor's PKCS#11 library may require you to specify the card slot with which you will be using to log in. If you do not specify a slot, Authentication Services for Smart Cards will probe for the first available slot. Typically, you will not need to configure this option. For more details on which slot number to configure consult your vendor's PKCS#11 documentation.
If the slot is not specified correctly then some smart card functions may return an error, for example:
vastool smartcard info card ERROR: smart card is not present in slot
To configure the location of the PKCS#11 library using vastool
vastool smartcard configure pkcs11 slot \ <slot-id>
where slot-id is the card slot.
|
Note: You can remove the PKCS#11 slot from the configuration by running the vastool smartcard unconfigure pkcs11 slot command. |
You can manually configure the location of the vendor's PKCS#11 card slot by editing the setting in the /etc/opt/quest/vas.conf file.
To configure the location of the PKCS#11 card slot in vas.conf
pkcs11-slot = <slot-id>
where slot-id is the number of the slot you want to use to log in.
|
Note: Remember that specifying a slot id is optional. Authentication Services for Smart Cards will probe for an available slot if a slot id is not specified. |
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy