summaryrefslogtreecommitdiffstats
path: root/base/tps-client/doc/CS.cfg.in
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-04-23 00:50:08 +0200
committerEndi S. Dewata <edewata@redhat.com>2016-05-03 01:56:54 +0200
commit0b779ffe4d29474b4f75370e4da9d7723d9bfec5 (patch)
treeb56ed632a5b8063eccbfc4df889433b7033d6bdb /base/tps-client/doc/CS.cfg.in
parent2b5f9e1630bae2e755093447b08c2236ce8db158 (diff)
downloadpki-0b779ffe4d29474b4f75370e4da9d7723d9bfec5.tar.gz
pki-0b779ffe4d29474b4f75370e4da9d7723d9bfec5.tar.xz
pki-0b779ffe4d29474b4f75370e4da9d7723d9bfec5.zip
Renamed token status TEMP_LOST to SUSPENDED.
The token status TEMP_LOST has been renamed to SUSPENDED such that it can be used more general contexts. To simplify the transition, the CLIs and the REST API will continue to accept TEMP_LOST but it will be converted internally into SUSPENDED and a deprecation warning will be generated. https://fedorahosted.org/pki/ticket/2286
Diffstat (limited to 'base/tps-client/doc/CS.cfg.in')
-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 f1a79032a..bf32630a6 100644
--- a/base/tps-client/doc/CS.cfg.in
+++ b/base/tps-client/doc/CS.cfg.in
@@ -1485,7 +1485,7 @@ tokendb._067=# - has transitions between the following states
tokendb._068=# UNINITIALIZED = 0,
tokendb._069=# DAMAGED = 1,
tokendb._070=# PERM_LOST = 2,
-tokendb._071=# TEMP_LOST = 3,
+tokendb._071=# SUSPENDED = 3,
tokendb._072=# ACTIVE = 4,
tokendb._073=# TEMP_LOST_PERM_LOST = 5,
tokendb._074=# TERMINATED = 6
@@ -1595,7 +1595,7 @@ tps._009=# - token operations, like formatting and enrollment have transitions
tps._010=# UNINITIALIZED = 0,
tps._011=# DAMAGED = 1,
tps._012=# PERM_LOST = 2,
-tps._013=# TEMP_LOST =3 ,
+tps._013=# SUSPENDED = 3,
tps._014=# ACTIVE = 4,
tps._015=# TEMP_LOST_PERM_LOST = 5,
tps._016=# TERMINATED = 6