From 7c75596330c32430013dff41adc2a987af65fdcc Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Wed, 26 Apr 2023 12:24:59 -0400 Subject: [PATCH] Remove 'enable_files_domain' from SSSD Config --- src/config.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.jsx b/src/config.jsx index 50c5a31..bacfb56 100644 --- a/src/config.jsx +++ b/src/config.jsx @@ -480,7 +480,6 @@ class SssdConfig extends React.Component { const obj = {}; /* SSSD section */ obj.sssd = {}; - obj.sssd.enable_files_domain = "true"; obj.sssd.services = "nss"; obj.sssd.domains = "nssfiles"; /* Proxy provider */