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-documentation#1743
  • Loading branch information
jrafanie committed Sep 22, 2023
1 parent a91e8b2 commit f219254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def configure_sssd_service(config)
def configure_sssd_ifp(config)
user_attributes = LDAP_ATTRS.keys.collect { |k| "+#{k}" }.join(", ")
ifp_config = "
allowed_uids = #{APACHE_USER}, root
allowed_uids = #{APACHE_USER}, root, manageiq
user_attributes = #{user_attributes}
"
if config.include?("[ifp]")
Expand Down

0 comments on commit f219254

Please sign in to comment.