summaryrefslogtreecommitdiffstats
path: root/base/tps/doc
diff options
context:
space:
mode:
authorJack Magne <jmagne@dhcp-32-224.sjc.redhat.com>2012-08-30 17:23:11 -0700
committerJack Magne <jmagne@dhcp-32-224.sjc.redhat.com>2012-08-30 17:25:40 -0700
commite9ab0ec12bc7e22857850a6a183df825154971d4 (patch)
tree63fe414bdc307b4591b16e68f593afa04fe11b5a /base/tps/doc
parent99c05ac83888005a1aa3a1c31fe77d8ee5e36c42 (diff)
downloadpki-e9ab0ec12bc7e22857850a6a183df825154971d4.tar.gz
pki-e9ab0ec12bc7e22857850a6a183df825154971d4.tar.xz
pki-e9ab0ec12bc7e22857850a6a183df825154971d4.zip
Bug 844800 - TPS should provide the ability to not allow tokens marked as 'Terminated' to be formatted and reused.
Diffstat (limited to 'base/tps/doc')
-rw-r--r--base/tps/doc/CS.cfg.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/base/tps/doc/CS.cfg.in b/base/tps/doc/CS.cfg.in
index 838b08fb0..fa403f539 100644
--- a/base/tps/doc/CS.cfg.in
+++ b/base/tps/doc/CS.cfg.in
@@ -1582,7 +1582,17 @@ tps._002=# tps.cert.list=sslserver,subsystem,audit_signing
tps._003=# tps.cert.sslserver.nickname=xxx
tps._005=# tps.cert.subsystem.nickname=xxx
tps._007=# tps.cert.audit_signing.nickname=xxx
-tps._009=########################################
+tps._008=# operations.allowedTransitions:
+tps._009=# - token operations, like formatting and enrollment have transitions between the following states
+tps._010=# TOKEN_UNINITIALIZED = 0,
+tps._011=# TOKEN_DAMAGED =1,
+tps._012=# TOKEN_PERM_LOST=2,
+tps._013=# TOKEN_TEMP_LOST=3,
+tps._014=# TOKEN_FOUND =4,
+tps._015=# TOKEN_TEMP_LOST_PERM_LOST =5,
+tps._016=# TOKEN_TERMINATED = 6
+tps._017=# Sample: tps.operations.allowedTransitions=0:0,0:4,4:6,6:0
+tps._018=########################################
tps.cert.list=sslserver,subsystem,audit_signing
tps.cert.sslserver.nickname=[HSM_LABEL][NICKNAME]
tps.cert.subsystem.nickname=[HSM_LABEL][NICKNAME]