From 1f0335e0807483cb7714314baf2004575388d61c Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Mon, 25 Sep 2023 10:40:53 -0400 Subject: [PATCH] Add manageiq user to allowed_uids for sssd When we moved to using a manageiq user, we need to add this user so it has permission in sssd.conf. See also: https://github.com/ManageIQ/manageiq/pull/22715 https://github.com/ManageIQ/httpd_configmap_generator/pull/77 https://github.com/ManageIQ/manageiq-documentation/pull/1743 https://github.com/ManageIQ/manageiq-appliance_console/pull/220 --- external_auth/ipa-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external_auth/ipa-configuration.md b/external_auth/ipa-configuration.md index ca9fe007..25a68b73 100644 --- a/external_auth/ipa-configuration.md +++ b/external_auth/ipa-configuration.md @@ -95,7 +95,7 @@ to include ", ifp": ``` [ifp] - allowed_uids = apache, root + allowed_uids = apache, root, manageiq user_attributes = +mail, +givenname, +sn, +displayname ```