Skip to content

Commit

Permalink
When we moved to using a manageiq user, we need to add this user so i…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Sep 25, 2023
1 parent 4c5125c commit 2863911
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 2863911

Please sign in to comment.