We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you define all of your host and service groups such that they do not have members, like so
define servicegroup { servicegroup_name testservicegroup alias Sample Service Group }
Then you get an authentication message: "It appears as though you do not have permission to view information for any of the hosts you requested..."
In cgiauth.c around lines 300 and 329, if the temp_servicesmember and temp_hostsmember is already NULL, authorization returns false.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
If you define all of your host and service groups such that they do not have members, like so
Then you get an authentication message:
"It appears as though you do not have permission to view information for any of the hosts you requested..."
Why
In cgiauth.c around lines 300 and 329, if the temp_servicesmember and temp_hostsmember is already NULL, authorization returns false.
Suggestions to fix
The text was updated successfully, but these errors were encountered: