GWME-7.2.1-00 4118 Rollup Patch Details

compared with
Current by Thomas Stocking
on Jan 31, 2020 14:05.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
The 7.2.1 Rollup Patch installer includes fixes for issues in several areas, including the GroundWork Foundation database, the downtime scheduler, NoMa notification, NOCBoard dashboard, LDAP integration, and also the SLA Dashboard and reporting tools.

h5. Important Directives

Because this rollup patch does affect configuration files, in some cases you must make additions or edits in order to benefit from the new features and fixes in the patch. The following is a list of such edits you may want to make, depending upon how you use GroundWork, and whether you make use of a particular feature.

h6. NOCBoard

# GWMON-13406 Window for NocBoard Query speed up
File to edit:
{noformat}
/usr/local/groundwork/config/foundation.properties
{noformat}
These parameters denote the acceptable size of the search window in time, and affect how much data is cached.
If you select a bigger period in NocBoard than you have set here, performance will suffer. Make sure the window size is right for your installation.
{noformat}
############################################################################
# LogMessage Window Service Configuration
############################################################################
logmessage.window.enabled=true
logmessage.window.size.hours=24
logmessage.window.update.interval.seconds=5
{noformat}

Changes to this file are effective after you restart GroundWork Services.
{noformat}
/etc/init.d/groundwork restart gwservices
{noformat}

h6. LDAP Users

# GWMON-13447 Map LDAP groups to GW Roles (fixes for LDAP mapping issues)
File to edit:
{noformat}
/usr/local/groundwork/config/foundation.properties
{noformat}

Adding the ldap mapping enable parameter and the "\|" or function on the roles container search term extends the places that GroundWork will look for users and role mappings. This can add significant redundancy to your authentication/authorization setup with LDAP or AD.
{noformat}
# Whether LDAP Mapper should be enabled
core.security.ldap.mapping_enabled = true
...
core.security.ldap.config.windows2012.roles_ctx_dn = ou=GWRoles,dc=company,dc=com|cn=other,dc=company,dc=com
{noformat}

File to edit:
{noformat}
/usr/local/groundwork/config/ldap-mapping-directives.properties
{noformat}

You can add the mapping of LDAP only groups to GW portal only groups, for example: "aga", "another aga", "ago", "agu", below.
Notice that a space in an LDAP group name requires the replacement of that space with the string "\u0020"
{noformat}
#Portal admin group mapping
GWRoot=gw-portal-administrator

#groundwork admin group mapping
GWAdmin=gw-monitoring-administrator

#Portal operator group mapping
GWOperator=gw-monitoring-operator

#Portal user group mapping
GWUser=gw-portal-user

agr=GWRoot
another\u0020aga=GWAdmin
ago=GWOperator
agu=GWUser
{noformat}

Changes to these files are effective after you restart GroundWork Services.
{noformat}
/etc/init.d/groundwork restart gwservices
{noformat}
# GWMON-13501 LDAP Group to Role equivalent recursive tour de mort fix.

You may use a notation for ldap mapping that sets GROUPNAME=GROUPNAME (where the ldap group and the GW role are identically spelled).

The following is a description of the main issues that are addressed by applying the Rollup Patch installer version 7.2.2-gw4118. Note that this list will change as we release new versions. Each patch installer creates a backup directory that contains all the changed files for that patch. You may view the changed files on your system at {noformat} /usr/local/groundwork/backup-gwNNNN/files{noformat} where NNNN is the number of the patch prior to the one currently installed. Thus the files changed by patch 4114, for example, will appear when you install patch 4118 in {noformat} /usr/local/groundwork/backup-gw4114/files{noformat}