Remove 'enable_files_domain' from SSSD Config
This commit is contained in:
parent
e9490a1a10
commit
7c75596330
1 changed files with 0 additions and 1 deletions
|
|
@ -480,7 +480,6 @@ class SssdConfig extends React.Component {
|
||||||
const obj = {};
|
const obj = {};
|
||||||
/* SSSD section */
|
/* SSSD section */
|
||||||
obj.sssd = {};
|
obj.sssd = {};
|
||||||
obj.sssd.enable_files_domain = "true";
|
|
||||||
obj.sssd.services = "nss";
|
obj.sssd.services = "nss";
|
||||||
obj.sssd.domains = "nssfiles";
|
obj.sssd.domains = "nssfiles";
|
||||||
/* Proxy provider */
|
/* Proxy provider */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue