simple TPS debug messages added
by Christina Fu
qualifies for "simple checkin that does not affect code".
commit 443dcb1914f010ce8fc7c737dd8163e05a3d71db
Author: Christina Fu <cfu(a)dhcp-16-189.sjc.redhat.com>
Date: Mon Oct 24 09:59:42 2016 -0700
a few simple debugging messages in TPS that will make debugging easier.
Christina
8 years, 1 month
[PATCH] 486 Fixed TPS UI for agent approval.
by Endi Sukma Dewata
The TPS UI has been updated to support TPS agent approval process
for changes in authenticators, connectors, and profile mappings in
addition to profiles.
The ConfigEntryPage has been updated to display the action links
consistently in the above components for all possible role and
status combinations.
The ProfilePage has been removed since the code has been merged
into its super class.
https://fedorahosted.org/pki/ticket/2523
--
Endi S. Dewata
8 years, 2 months
[PATCH] 485 Fixed TPS UI system menu.
by Endi Sukma Dewata
The TPS UI has been modified to adjust the system menu based
on the list of accessible components obtained during login.
The TPSApplication has been modified to use TPSAccountService
which returns the list of accessible components based on the
following properties in the CS.cfg:
* admin: target.configure.list
* agent: target.agent_approve.list
The AccountInfo has been changed to extend the ResourceMessage
such that it can be used to pass the list of accessible
components as an attribute.
https://fedorahosted.org/pki/ticket/2523
--
Endi S. Dewata
8 years, 2 months
[pki-devel][PATCH] 0082-Cert-Key-recovery-is-successful-when-the-cert-serial.patch
by John Magne
Cert/Key recovery is successful when the cert serial number and key id on the ldap user mismatches
Fixes this bug #1381375.
The portion this patch fixes involves URL encoding glitch we encountered when recovering keys using
the "by cert" method.
Also this bug addresses:
Bug 1379379 - Unable to read an encrypted email using renewed tokens
The URL encoding problem was affecting the proper verification of this bug.
and
Bug 1379749 - Automatic recovery of encryption cert is not working when a token is physically damaged and a temporary token is issued
The URI encoding was also making this bug appear to fail more than it should have.
There is also a minor fix to the feature that makes sure it works.
This small fix is in TPSEngine.java where the constant for GenerateNewAndRecoverLast scheme is declared.
8 years, 2 months