diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2016-05-10 05:30:34 +0200 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2016-05-13 16:49:39 +0200 |
| commit | 15d36b324c995078ea09327aded244e9afeaa618 (patch) | |
| tree | 07dabcd0b6caddd0313dc95aa51a79885c0e91ee /base/tps-client/doc | |
| parent | 54c18d85a778775c86bcddab4eee929719ac4d23 (diff) | |
| download | pki-15d36b324c995078ea09327aded244e9afeaa618.tar.gz pki-15d36b324c995078ea09327aded244e9afeaa618.tar.xz pki-15d36b324c995078ea09327aded244e9afeaa618.zip | |
Renamed token status READY to FORMATTED.
The token status READY has been renamed to FORMATTED for clarity.
https://fedorahosted.org/pki/ticket/2288
Diffstat (limited to 'base/tps-client/doc')
| -rw-r--r-- | base/tps-client/doc/CS.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps-client/doc/CS.cfg b/base/tps-client/doc/CS.cfg index f4bed51cb..c3f44e350 100644 --- a/base/tps-client/doc/CS.cfg +++ b/base/tps-client/doc/CS.cfg @@ -1482,7 +1482,7 @@ tokendb._064=# is set to YES. Otherwise, re-enrollment is not tokendb._065=# allowed. tokendb._066=# tokendb.allowedTransitions: tokendb._067=# - has transitions between the following states -tokendb._068=# READY = 0, +tokendb._068=# FORMATTED = 0, tokendb._069=# DAMAGED = 1, tokendb._070=# PERM_LOST = 2, tokendb._071=# SUSPENDED = 3, @@ -1593,7 +1593,7 @@ tps._005=# tps.cert.subsystem.nickname=xxx tps._007=# tps.cert.audit_signing.nickname=xxx tps._008=# tps.operations.allowedTransitions: tps._009=# - token operations, like formatting and enrollment have transitions between the following states -tps._010=# READY = 0, +tps._010=# FORMATTED = 0, tps._011=# ACTIVE = 4 tps._012=# Note: Default transitions can be removed from the list if necessary. tps._013=# Do not add other transitions since they may not be supported. |
