Skip to content

Commit

Permalink
Merge pull request #77 from jrafanie/add_manageiq_user_to_sssd_allowe…
Browse files Browse the repository at this point in the history
…d_uids

Add manageiq user to allowed_uids for sssd
  • Loading branch information
Fryguy authored Sep 25, 2023
2 parents 85115f8 + eea859d commit 51ad3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/httpd_configmap_generator/base/sssd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def add_service(service)
def configure_ifp
add_service("ifp")
ifp = section("ifp")
ifp["allowed_uids"] = "#{APACHE_USER}, root"
ifp["allowed_uids"] = "#{APACHE_USER}, root, manageiq"
ifp["user_attributes"] = LDAP_ATTRS.keys.collect { |k| "+#{k}" }.join(", ")
end

Expand Down

0 comments on commit 51ad3b2

Please sign in to comment.