Skip to content

Commit

Permalink
Merge pull request #220 from jrafanie/add_manageiq_user_to_sssd_allow…
Browse files Browse the repository at this point in the history
…ed_uids

Add manageiq user to allowed_uids for sssd
  • Loading branch information
Fryguy committed Sep 29, 2023
2 parents a91e8b2 + f219254 commit 0b5f92d
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 0b5f92d

Please sign in to comment.