Skip to content

Commit 4d57a0b

Browse files
committed
updating vidm known issues
1 parent c682eeb commit 4d57a0b

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

vidm/3.3.x/docs/known-issues.md

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Table of contents
22

3+
- [VMware Identity Manager 3.3.x](#vmware-identity-manager-3.3.x)
4+
- [PHTN-30-000031 The grub2-mkpasswd-pbkdf2 command is not found](#phtn-30-000031-the-grub2-mkpasswd-pbkdf2-command-is-not-found)
5+
- [WOAT-3X-000007/71 The server.xml file is read only](#woat-3X-000007/71-the-server.xml-file-is-read-only)
6+
- [WOAT-3X-000047 The check command generates a large list of files with incorrect permissions](#woat-3X-000047-the-check-command-generates-a-large-list-of-files-with-incorrect-permissions)
7+
- [WOAT-3X-000066 The fix text is unclear on how to address this control](#woat-3X-000066-the-fix-text-is-unclear-on-how-to-address-this-control)
8+
39
# Known Issues
410

511
This document outlines known issues with the VMware Identity Manager 3.3.x STIG Readiness Guide content, including workarounds if known.
@@ -16,4 +22,50 @@ Please check the [open](https://github.com/vmware/dod-compliance-and-automation/
1622

1723
## VMware Identity Manager 3.3.x
1824

19-
No known issues at this time.
25+
### [PHTN-30-000031] The grub2-mkpasswd-pbkdf2 command is not found
26+
27+
Related issue: None
28+
29+
When running the `grub2-mkpasswd-pbkdf2` command in the fix text you see the below error:
30+
31+
`-bash: grub2-mkpasswd-pbkdf2: command not found`
32+
33+
**Workaround:**
34+
35+
- The vIDM appliance did not ship with the grub2 package installed which provides this command. Customers wishing to implement this control can install this package in two ways.
36+
37+
1. If the vIDM appliance has internet access the package and be installed with the following command: `tdnf install grub2`
38+
2. If the vIDM appliance does not have internet access the `grub2` package can be downloaded from a system with access from the Photon package repo.
39+
* https://packages.vmware.com/photon/3.0/photon_updates_3.0_x86_64/x86_64/grub2-2.06-10.ph3.x86_64.rpm
40+
* Copy the package to the appliance and install with the rpm command, for example: `rpm -i <path to rpm>`
41+
42+
### [WOAT-3X-000007/71] The server.xml file is read only
43+
44+
Related issue: None
45+
46+
When editing the `/opt/vmware/horizon/workspace/conf/server.xml` file you are unable to save the file because it is readonly.
47+
48+
**Workaround:**
49+
50+
- When saving the file in vi, add a ! to the write command to force the save, for example: `wq!`
51+
52+
### [WOAT-3X-000047] The check command generates a large list of files with incorrect permissions
53+
54+
Related issue: None
55+
56+
The check command output lists approximately 15,000 files indicating and issue with file permissions.
57+
58+
**Workaround:**
59+
60+
- The default permissions in vIDM 3.3.7 are acceptable and is not a finding. If a future update to this guidance is done this check command will be updated to the following:
61+
* `find /opt/vmware/horizon/workspace/webapps/ -xdev -type f -a '(' -not -user root -o -not -group www ')' -exec ls -ld {} \;`
62+
63+
### [WOAT-3X-000066] The fix text is unclear on how to address this control
64+
65+
Related issue: None
66+
67+
In this control when auditing it, we are expecting a `setCharacterEncodingFilter` filter to exist only in the `/opt/vmware/horizon/workspace/conf/web.xml` file and not any of the other web.xml files listed.
68+
69+
**Workaround:**
70+
71+
- In the `/opt/vmware/horizon/workspace/conf/web.xml` file the correct `filter` and `filter-mapping` nodes already exist and are just commented out. These can be found around lines 505 and 600.

0 commit comments

Comments
 (0)