TPS Token Database - dogtagpki/pki GitHub Wiki

Token Container

dn: ou=Tokens,dc=tps,dc=pki,dc=example,dc=com
ou: Tokens
objectClass: top
objectClass: organizationalunit

Token Record

The resource is stored in LDAP. Search will be done with this LDAP filter: (|(cn=<keyword>)(tokenUserID=<keyword>)).

LDAP Attribute REST Attribute Indexed Searchable Example

cn

Token ID

Yes

Yes

A00192030405060708C9

tokenUserID

User ID

Yes

Yes

testuser

tokenType

Type

No. The attribute is not indexed.

externalRegAddToToken

tokenStatus

Status

uninitialized

tokenReason

Reason

tokenAppletID

Applet ID

No. The attribute is not indexed.

1.4.52CF1C58

keyInfo

Key Info

0101

dateOfCreate

Create Timestamp

Yes

No. The attribute doesn’t contain useful information to search.

20140403112248Z

dateOfModify

Modify Timestamp

Yes

No. The attribute doesn’t contain useful information to search.

20140403112248Z

modified

0

tokenPolicy

RE_ENROLL=YES

extensions

numberOfResets

0

numberOfEnrollments

0

numberOfRenewals

0

numberOfRecoveries

0

userCertificate

Examples

dn: cn=BCF9D2DDC9820F4D30CC,ou=Tokens,dc=tps,dc=pki,dc=example,dc=com
objectClass: top
objectClass: tokenRecord
cn: BCF9D2DDC9820F4D30CC
tokenType: userKey
tokenStatus: ACTIVE
tokenAppletID: 0.0.6FBBC105
dateOfCreate: 20221010152104Z
tokenPolicy: RE_ENROLL=YES;RENEW=NO;FORCE_FORMAT=NO;PIN_RESET=NO;RESET_PIN_RES
 ET_TO_NO=NO
keyInfo: 0101
dateOfModify: 20221010152107Z
tokenUserID: testuser

See Also

⚠️ **GitHub.com Fallback** ⚠️