This release fixes several problems and introduces requested new features in VOMS Admin server. The list of bug fixes is given in full below. Here the main new features will be described
VOMS Admin server now requires Java 8.
It is now possible to configure VOMS Admin to send multiple reminders to remind users of AUP signature requests.
The voms.aup.sign_aup_task_reminders
option in the /etc/<vo>/service.properties
configuration
file accepts a comma separated list of values as in:
voms.aup.sign_aup_task_reminders = 14,7,1
With the settings above, VOMS Admin would send three reminders to a user that is requested to sign the AUP: 14,7 and 1 day before the grace period expiration. These reminders are sent in addition to the email notification that is sent by VOMS Admin when the AUP signature expires.
The grace period duration is configured as before with the voms.aup.sign_aup_task_lifetime
option.
For example:
voms.aup.sign_aup_task_lifetime = 30
configures a grace period of 30 days.
The handle user request home page has been redesigned to support multiple request handling with a single click and improved readability.
VOMS Admin now keeps an audit log in the database of all the relevant management actions performed on the VOMS database by administrators and by the system itself.
The audit log can be queried from the audit log page, which replaces the former request log page.
VOMS now links membership to data in the CERN HR database using the user HR user id field (which cannot be changed by users) instead of the user email addresses.
The HR id used for a given VOMS user can be changed by VO administrators. This change does not affect the current registration flow.
VOMS Admin now has a page that can be used to display information about the certificate used when connecting to the service. The page will tell:
It is now possible to leverage VOMS roles to group together group managers, i.e. administrators that have the right to approve group membership requests and role assignment requests that are specific for a VO group.
A database upgrade and a reconfiguration (in this order) are required to upgrade to VOMS Admin server 3.4.0.
First upgrade to VOMS Admin version 3.2.0 and then to 3.4.0.
Follow the instructions in the VOMS System Administrator Guide.