[PATCH] 481 Replaced filter in UGSubsystem.findUsers().
by Endi Sukma Dewata
The findUsers() method in UGSubsystem has been modified to search
additional attributes in the user database. This method is only
used by the UserService, so the impact is limited to user-find
CLI command in all subsystems.
Ticket #920
--
Endi S. Dewata
10 years, 7 months
[PATCH] 480 Fixed UGSubsystem.getUser().
by Endi Sukma Dewata
Previously the getUser() method in UGSubsystem was using findUsers()
which uses a subtree search to find users. It has been replaced with
a base search which is more accurate since the user DN is known.
Ticket #920
--
Endi S. Dewata
10 years, 7 months
[PATCH] 479 Fixed database user verification.
by Endi Sukma Dewata
Previously the ConfigurationUtils.setupDBUser() was checking
whether the database user already exists by calling findUsers()
which may return multiple results or throw an exception if not
found. The code has been modified to call getUser() which will
return exactly one user or null if not found.
Ticket #920
--
Endi S. Dewata
10 years, 7 months
<pki-devel><PATCH> 0011-Support-for-Applet-Upgrade-and-Format.patch
by John Magne
Support for Applet Upgrade and Format.
Tickets: #875, #895
The following changes have been done:
1. Applet Upgrade for real token. The applet is written and an instance of applet created.
2. 95% of the format operation done. This includes proper status update progreass bar
for esc and writing the phone home url to the token. Once this operation is complete,
the token can be entered into esc and esc will be able to phone home and point to TPS
for further operations such as enrollment and pin reset when they are implemented.
3. The phoneHome xml file changed slightly to prevent esc from reading exttraneous line
feeds when phoning home.
4. The CS.cfg has been changed to correctly reflect the phone home url we want to write to
the token.
The following to be done to fully finish format, later tickets.
1.Updating the tokendb with tne newly formatted token. Future ticket.
2.Revoking tokens current certificates, if any. Future ticket.
3.Symmetric Key changeover. Future ticket.
10 years, 7 months
[PATCH] 476 Fixed TPS connector configuration.
by Endi Sukma Dewata
The code that configures the TPS connectors during installation
has been modified to use the ConnectionDatabase, which is also
used by the CLI/UI after the installation.
The code has also been fixed to configure the correct properties
as defined in CS.cfg. The static properties have been removed
from CS.cfg because now they will be generated dynamically by
the ConnectionDatabase.
Due to class dependency issue, the methods for configuring the TPS
connectors have been moved from ConfigurationUtils into a new
TPSInstaller class.
Ticket #890
--
Endi S. Dewata
10 years, 7 months
[PATCH] 478 Updated TPS search filters.
by Endi Sukma Dewata
The token, certificate, and activity database have been updated
to search against some predetermined attributes.
Ticket #920
--
Endi S. Dewata
10 years, 7 months
[PATCH] PKI TRAC Ticket #585 [20140429]
by Matthew Harmsen
The attached patch attempts to clarify usage of the 'pki
cert-request-review' command referenced in the following ticket:
* PKI TRAC Ticket #585 - 'pki cert-request-review' --output creates a
file only when --action attribute is not present
<https://fedorahosted.org/pki/ticket/585>
Please review the revised man page and run a few simple tests to obtain
the revised error messages.
10 years, 7 months
[PATCH] TRAC Tickets #843 [20140425]
by Matthew Harmsen
This patch addresses the following re-opened ticket:
* PKI TRAC Ticket #843 - Incorrect CLI argument parsing
<https://fedorahosted.org/pki/ticket/843>
I re-organized the code to make it more uniform and moved code around to
achieve the desired results.
This patch was tested on a Fedora 20 machine via the shell script called
/*pki/base/scripts/pkiclihelp*/.
Please review this patch.
Thanks,
-- Matt
10 years, 7 months