[PATCH] 504 Fixed TPS database indexes.
by Endi Sukma Dewata
The index.ldif for TPS has been fixed to remove hard-coded database
names and to add the missing the index for the description attribute.
Ticket #979
--
Endi S. Dewata
10 years, 9 months
configuring tomcat for remote debug
by Fraser Tweedale
Hi all,
I'm having difficulty getting tomcat-pki to run with remote
debugging available. The pki instance was configured via
ipa-server-install.
I have set ``pki_enable_java_debugger=True`` in
``/etc/sysconfig/pki/tomcat/pki-tomcat/ca/default.cfg`` and in
``/etc/pki/pki-tomcat/tomcat.conf``:
JAVA_OPTS="-DRESTEASY_LIB=/usr/share/java/resteasy -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n -Djava.awt.headless=true -Xmx128M"
Alas, restarting the server does not result in a debug socket on
port 8000. I must be missing something; can someone assist?
Cheers,
Fraser
10 years, 9 months
[PATCH] 497 Fixed problem adding enabled TPS profile.
by Endi Sukma Dewata
The profile, profile mapping, connector, and authenticator services
in TPS have been modified to allow adding enabled entries directly
if the user has the proper rights.
The authenticator database has been moved into the config package
for consistency.
Ticket #948
--
Endi S. Dewata
10 years, 9 months
[PATCH] 507 Refactored ConfigurationUtils.setupClientAuthUser().
by Endi Sukma Dewata
The ConfigurationUtils.setupClientAuthUser() has been converted from
a static method into an instance method in a new class PKIInstaller.
The PKIInstaller will become the base class of all subsystem-specific
installer which will help clean up installation process.
Ticket #990
--
Endi S. Dewata
10 years, 9 months
[PATCH] 501 Fixed internal errors in RenewalProcessor.
by Endi Sukma Dewata
The RenewalProcessor was throwing NumberFormatException if the
renewal request contains an empty serial number. The code has been
modified to check for null and empty string.
If the serial number is unavailable, the code will try to get the
serial number from the client certificate. If that is unavailable
either, the code has been fixed to return a proper message.
Ticket #999
--
Endi S. Dewata
10 years, 9 months