Use pw groupmod to add new users to the _pkcs11 group PR: 217130 Submitted by: Arie Bikker <src-2016@bikker.homeunix.net> Approved by: hrs (maintainer timeout, 1 year)
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
To run pkcsslotd automatically, add the following line to /etc/rc.conf
|
|
|
|
pkcsslotd_enable="YES"
|
|
|
|
To use PKCS#11 token, add your_account to '%%GROUPS%%':
|
|
|
|
# pw groupmod %%GROUPS%% -m your_account
|