summaryrefslogtreecommitdiffstats
path: root/base/tps-client
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-04-23 05:28:10 +0200
committerEndi S. Dewata <edewata@redhat.com>2016-05-03 01:57:34 +0200
commit1b8f5230d01499d97b874d4912c5c1a13e389c5f (patch)
tree761b0f7d2b2de2e58862fe81af1bee219e078f47 /base/tps-client
parent0b779ffe4d29474b4f75370e4da9d7723d9bfec5 (diff)
downloadpki-1b8f5230d01499d97b874d4912c5c1a13e389c5f.tar.gz
pki-1b8f5230d01499d97b874d4912c5c1a13e389c5f.tar.xz
pki-1b8f5230d01499d97b874d4912c5c1a13e389c5f.zip
Renamed token status UNINITIALIZED to READY.
The token status UNINITIALIZED has been renamed to READY for clarity. To simplify the transition, the CLIs and the REST API will continue to accept UNINITIALIZED but it will be converted internally into READY and a deprecation warning will be generated. https://fedorahosted.org/pki/ticket/2288
Diffstat (limited to 'base/tps-client')
-rw-r--r--base/tps-client/doc/CS.cfg.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps-client/doc/CS.cfg.in b/base/tps-client/doc/CS.cfg.in
index bf32630a6..e15fc5332 100644
--- a/base/tps-client/doc/CS.cfg.in
+++ b/base/tps-client/doc/CS.cfg.in
@@ -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=# UNINITIALIZED = 0,
+tokendb._068=# READY = 0,
tokendb._069=# DAMAGED = 1,
tokendb._070=# PERM_LOST = 2,
tokendb._071=# SUSPENDED = 3,
@@ -1592,7 +1592,7 @@ tps._005=# tps.cert.subsystem.nickname=xxx
tps._007=# tps.cert.audit_signing.nickname=xxx
tps._008=# operations.allowedTransitions:
tps._009=# - token operations, like formatting and enrollment have transitions between the following states
-tps._010=# UNINITIALIZED = 0,
+tps._010=# READY = 0,
tps._011=# DAMAGED = 1,
tps._012=# PERM_LOST = 2,
tps._013=# SUSPENDED = 3,