From cdbba8c896738d11f2e62f14ac2cb1ffad9e5c9f Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Tue, 19 Sep 2023 15:35:31 -0400 Subject: [PATCH] Merge pull request #1743 from jrafanie/add_manageiq_user_to_sssd_allowed_uids Add manageiq user as allowed uid to the sssd.conf documentation (cherry picked from commit f94197c17a3653cafc5b6f5012858cdf54bc5597) --- 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