From 6e08acc37033c40d01f79a259e1db6475436e777 Mon Sep 17 00:00:00 2001 From: Mrt134 Date: Mon, 1 Jun 2020 15:17:04 -0400 Subject: [PATCH 1/2] DOCS-589: Add checkboxes for ACL editor --- userguide/storage.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/userguide/storage.rst b/userguide/storage.rst index 281be013e..8908c3368 100644 --- a/userguide/storage.rst +++ b/userguide/storage.rst @@ -1354,10 +1354,14 @@ section. | | | | or write attributes. Users created manually or imported from a | | | | | :ref:`directory service ` appear in the drop-down menu. | +-------------------+---------------------+------------------+------------------------------------------------------------------------------------------------------------+ + | Apply User | File Information | checkbox | Confirm changes to User. To prevent errors, changes to the User are submitted only when this box is set. | + +-------------------+---------------------+------------------+------------------------------------------------------------------------------------------------------------+ | Group | File Information | drop-down menu | The group which controls the dataset. This group has all permissions that are granted to the *@group* | | | | | :guilabel:`Tag`. Groups created manually or imported from a | | | | | :ref:`directory service ` appear in the drop-down menu. | +-------------------+---------------------+------------------+------------------------------------------------------------------------------------------------------------+ + | Apply Group | File Information | checkbox | Confirm changes to Group. To prevent errors, changes to the Group are submitted only when this box is set. | + +-------------------+---------------------+------------------+------------------------------------------------------------------------------------------------------------+ | Default ACL | File Information | drop-down menu | Default ACLs. Choosing an entry loads a preset ACL that is configured to match general permissions | | Options | | | situations. | +-------------------+---------------------+------------------+------------------------------------------------------------------------------------------------------------+ From 208e7bc27fb1bf2328dd7938ddce1e1f0300f358 Mon Sep 17 00:00:00 2001 From: Mrt134 Date: Mon, 1 Jun 2020 15:19:43 -0400 Subject: [PATCH 2/2] DOCS-589: Update FreeNAS guide to 11.3-U3.2 --- userguide/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userguide/conf.py b/userguide/conf.py index 61cb8e3dc..82cbe3ef2 100644 --- a/userguide/conf.py +++ b/userguide/conf.py @@ -34,7 +34,7 @@ tags.add('freenas') master_doc = 'freenas' -version = '11.3-U3.1' +version = '11.3-U3.2' release = '11.3' product = f'{brand} {version} User Guide'