Skip to content

Commit

Permalink
Merge pull request #1743 from jrafanie/add_manageiq_user_to_sssd_allo…
Browse files Browse the repository at this point in the history
…wed_uids

Add manageiq user as allowed uid to the sssd.conf documentation

(cherry picked from commit f94197c)
  • Loading branch information
Fryguy committed Sep 20, 2023
1 parent eca1a4b commit cdbba8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth/active_directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ include *domainname* for these attributes.
=> [ifp]
=> default_domain_suffix = example.com
=> allowed_uids = apache, root
=> allowed_uids = apache, root, manageiq
=> user_attributes = +mail, +givenname, +sn, +displayname, +domainname
```

Expand Down
2 changes: 1 addition & 1 deletion auth/ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ include *domainname* for these attributes.

=> [ifp]
=> default_domain_suffix = example.com
=> allowed_uids = apache, root
=> allowed_uids = apache, root, manageiq
=> user_attributes = +mail, +givenname, +sn, +displayname, +domainname

#### Testing SSSD Updates
Expand Down

0 comments on commit cdbba8c

Please sign in to comment.