[PATCH] 308 Fixed database cleanup issues.
by Endi Sukma Dewata
The configuration code has been modified not to remove the LDAP database
folder since it may not have access to it. It will also not continue
with the cleanup if the database is used by another subtree.
Manual removal of old entries in the subtree is redundant so the code
has been removed. The exception handling has been improved as well.
--
Endi S. Dewata
11 years, 1 month
[PATCH] 278 Storing authentication info in session.
by Endi Sukma Dewata
The authenticator configuration has been modified to store the
authentication info in the session so it can be used by other servlets.
An update script has been added to update the configuration in existing
instances.
The SSLAuthenticatorWithFalback was modified to propagate the
configuration to the actual authenticator handling the request.
--
Endi S. Dewata
11 years, 2 months
[PATCH] 317 Added TPS audit resource.
by Endi Sukma Dewata
A new REST service and clients have been added to manage the audit
configuration in the TPS configuration file.
Ticket #652
--
Endi S. Dewata
11 years, 2 months
[PATCH] 318 Fixed CLI authentication issue.
by Endi Sukma Dewata
Previously the CLI authentication could fail because it's using a
fixed default subsystem which may not match the command it's trying
to execute. The CLI has now been modified to use the appropriate
default subsystem depending on the command to be executed.
--
Endi S. Dewata
11 years, 2 months
[PATCH] 310 Refactored TPS configuration resource.
by Endi Sukma Dewata
The REST interface for TPS configuration has been modified to provide
access to TPS general configuration as originally designed. The
configuration database has been modified such that it can be reused by
other configuration resources.
Ticket #652
--
Endi S. Dewata
11 years, 2 months