#61 FleetCommander: Update the design page
Merged 6 years ago by lslebodn. Opened 6 years ago by fidencio.

@@ -45,7 +45,7 @@ 

  

  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 @@ 

     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 @@ 

  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

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 fidencio@redhat.com

such option does not exist.

ACK

Pull-Request has been merged by lslebodn

6 years ago
Metadata