From 0d1ff074712e38feed28f760d5d8001ecbd862b1 Mon Sep 17 00:00:00 2001 From: Fabiano FidĂȘncio Date: Jan 16 2018 08:15:55 +0000 Subject: FleetCommander: Update the design page The design page has been update accordingly to what was merged in our repo. The `ipa_enable_deskprofile` option ended up being dropped in one of the last review steps, although the design page has never been updated. Signed-off-by: Fabiano FidĂȘncio --- diff --git a/design_pages/fleet_commander_integration.rst b/design_pages/fleet_commander_integration.rst index f01353f..8b059b3 100644 --- a/design_pages/fleet_commander_integration.rst +++ b/design_pages/fleet_commander_integration.rst @@ -45,7 +45,7 @@ component with SSSD. The FC profiles will be downloaded by a new ``session_provider`` of IPA. This provider will be enabled by default and can be disabled by setting -``ipa_enable_deskprofile = False``. +``session_provider = none``. When a FreeIPA domain user logs in, the IPA provider will download the Fleet Commander profile and rule objects and drop the resulting JSON @@ -124,9 +124,6 @@ Two new configuration options will be added: value, so for IPA clients, this provider will default to ``ipa``. A default ``session_provider`` for other providers will just shortcut and return success. - * An option that enables the FC rules and profiles processing. A - proposed option name is ``ipa_enable_deskprofile`` with boolean - semantics. Disabling the IPA session provider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -135,7 +132,7 @@ Since searching for the Fleet Commander profiles does not come for free the host groups, and this functionality will be enabled by default in order to have it working "out of the box" for Fleet Commander's users, we should keep a way to disable the functionality if needed. It can be -easily done by setting ``ipa_enable_deskprofile = False``, under the +easily done by setting ``session_provider = none``, under the domain's section, in the ``sssd.conf`` file. How To Test