Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
We want to use the sssd module on our new RedHat 9 servers. The following problem has occurred:
'/bin/authselect select sssd --enablesssd --enablesssdauth --enablemkhomedir --force' returned 1 instead of one auf [0]
Troubleshooting
I have tried to find out exactly what the problem is. Under RHEL 9 the above parameters were not found. So the command did not work in the configuration.
Solution
I have adapted the code as shown in the pull request. This worked without any problems on the RedHat 9 servers. Other versions also worked.
Please check the code once. I would be very happy if we could merge this so that we in the company can continue to update the latest changes from you directly.