From 17fcee8ebe2ae5b22a444bd952e4cd7a70a66f58 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Tue, 19 Sep 2023 13:13:42 -0400 Subject: [PATCH] Add manageiq user as allowed uid to the sssd.conf documentation When we moved to using a manageiq user, we need to add this user so it has permission in sssd.conf. --- auth/active_directory.md | 2 +- auth/ldap.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/active_directory.md b/auth/active_directory.md index 6193ba235..a083b8bd6 100644 --- a/auth/active_directory.md +++ b/auth/active_directory.md @@ -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 ``` diff --git a/auth/ldap.md b/auth/ldap.md index 8a41c2109..65ee2eedc 100644 --- a/auth/ldap.md +++ b/auth/ldap.md @@ -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