You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On servers that do not have Trivial File Transfer Protocol (TFTP) installed, Powerstig does not attempt to determine if Xinetd (the hosting daemon for tftp), or tftp is installed before attempting to audit the configuration of same. This results in an error that forces DSC config apply to stop.
To Reproduce
Resources used: 1 windows server 2016 server running desired state configuration(DSC Controller), one server running red hat enterprise linux 7 (client machine)
Create a .mof file on the DSC controller using the following code:
We will look into adding some logic to the composite to detect for future release, but for your case, I would recommend skipping V-204623 if you do not have tftp installed. If you have some servers that do and others that do not, you will need to have two separate configs based on your server setup.
Describe the bug
On servers that do not have Trivial File Transfer Protocol (TFTP) installed, Powerstig does not attempt to determine if Xinetd (the hosting daemon for tftp), or tftp is installed before attempting to audit the configuration of same. This results in an error that forces DSC config apply to stop.
To Reproduce
Resources used: 1 windows server 2016 server running desired state configuration(DSC Controller), one server running red hat enterprise linux 7 (client machine)
Expected behavior
powerstig should detect whether tftp, or its dependency, xinetd, is installed using commands:
If these modules are not found, configuration should be skipped.
Logs
The text was updated successfully, but these errors were encountered: