tokenadmin(8) | System Manager's Manual | tokenadmin(8) |
tokenadmin
—
Command-line interface to smartcards and other token-based
keychains
tokenadmin |
[-hqv ] command
[command_options]
[command_args] |
A command-line tool to administer smartcards and other token-based keychains.
Note: all commands other than help
take
the -h
option to display help.
help
create-fv-user
-u
short-name -l
long-name [-p
password]
Creates a new FileVaulted user protected by the inserted smart card or token.
Options:
tokenadmin
create-fv-user
-u fvtest3 -p foo -l "FV Test
User 3"
Create a new FileVaulted user with short name "fvtest3"
and full name "FV Test User 3", with the new FileVault image being
protected by the inserted token. The password for the user's login keychain
is "foo".
Note:
after creating this user with tokenadmin
, you must
run "sc_auth accept -u fvtest3" or this user will not be able to
log in.
tokenadmin
will eventually be merged into
the security(1) command.
Wed Dec 06 2006 | Darwin |