Skip to content

Commit

Permalink
Merge pull request ManageIQ#22715 from jrafanie/add_manageiq_user_to_…
Browse files Browse the repository at this point in the history
…sssd_allowed_uids

Add manageiq user to allowed_uids for sssd
  • Loading branch information
Fryguy authored Sep 25, 2023
2 parents 4c5125c + 4ad8b71 commit e616b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/tools/miq_config_sssd_ldap/sssd_conf_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
pam_initgroups_scheme = always
[ifp]
allowed_uids = apache, root
allowed_uids = apache, root, manageiq
user_attributes = +mail, +givenname, +sn, +displayname, +domainname
SSSD_CONF_UPDATED
end
Expand Down
2 changes: 1 addition & 1 deletion tools/miq_config_sssd_ldap/sssd_conf/ifp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def initialize(initial_settings)
end

def allowed_uids
"apache, root"
"apache, root, manageiq"
end

def user_attributes
Expand Down

0 comments on commit e616b0c

Please sign in to comment.