Skip to content

Commit

Permalink
Add manageiq user to allowed_uids for sssd
Browse files Browse the repository at this point in the history
When we moved to using a manageiq user, we need to add this user so it has permission in sssd.conf.

See also:
ManageIQ/manageiq#22715
ManageIQ/httpd_configmap_generator#77
ManageIQ/manageiq-documentation#1743
ManageIQ/manageiq-appliance_console#220
  • Loading branch information
jrafanie committed Sep 25, 2023
1 parent b420700 commit 1f0335e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external_auth/ipa-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ to include ", ifp":

```
[ifp]
allowed_uids = apache, root
allowed_uids = apache, root, manageiq
user_attributes = +mail, +givenname, +sn, +displayname
```

Expand Down

0 comments on commit 1f0335e

Please sign in to comment.