From c9fb471e291fd49985e368e0a9ac149be345a692 Mon Sep 17 00:00:00 2001 From: vgilc Date: Mon, 25 Aug 2014 09:37:03 +0000 Subject: [PATCH] 2014-08-25 Vanessa Gil * include/help/en/help_propagate_acl.php include/help/es/help_propagate_acl.php: Added help. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10454 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 ++++ .../include/help/en/help_propagate_acl.php | 26 +++++++++++++++++++ .../include/help/es/help_propagate_acl.php | 26 +++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 pandora_console/include/help/en/help_propagate_acl.php create mode 100644 pandora_console/include/help/es/help_propagate_acl.php diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8bca9381fe..ba8d1f60a4 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-08-25 Vanessa Gil + + * include/help/en/help_propagate_acl.php + include/help/es/help_propagate_acl.php: Added help. + 2014-08-25 Vanessa Gil * godmode/groups/group_list.php: Fixed bug listing diff --git a/pandora_console/include/help/en/help_propagate_acl.php b/pandora_console/include/help/en/help_propagate_acl.php new file mode 100644 index 0000000000..0882578a18 --- /dev/null +++ b/pandora_console/include/help/en/help_propagate_acl.php @@ -0,0 +1,26 @@ + + +

ACL propagation

+ +ACL propagation was designed to do not have to include in the ACL definition each subgroup pending of a main group. Let's see an example: +

+Suppose you we have this hierarchy of group/subgroups: +

+
 
+   Customers
+     + Customer A
+     + Customer B
+     + Customer C
+     + Customer D
+
+

+If we want to give access to an operator to customer A,B,C and D and future customers depending on Customer group, click on "propagate ACL" in the "Customer" group. This means that any user who have access to group "Customers" will have the same access to subgroups inside the main group. + +

Propagation and tags

+ +Propagation is compatible with the tag subsystem. This means the propagation affects to all subgroups checking tags. + diff --git a/pandora_console/include/help/es/help_propagate_acl.php b/pandora_console/include/help/es/help_propagate_acl.php new file mode 100644 index 0000000000..9e827a5e15 --- /dev/null +++ b/pandora_console/include/help/es/help_propagate_acl.php @@ -0,0 +1,26 @@ + + +

Propagación de ACL's

+ +La propagación de ACL está pensada para no tener que incluir en la definición de permisos de un usuario cada subgrupo que cuelga de un grupo. Veamos un ejemplo: +

+Supongamos que tenemos la siguiente jerarquía de grupo y subgrupos: +

+
+   Clientes
+     + Cliente A
+     + Cliente B
+     + Cliente C
+     + Cliente D
+
+

+Queremos que un operador tenga acceso a todos los clientes (A,B,C y D), y a todos los que puedan estar incluidos en el grupo "Clientes" en el futuro. Al marcar la casilla "Propagar ACL's" al grupo Clientes, significa que cualquier usuario que tenga acceso al grupo Clientes podrá tener el mismo nivel de acceso a los subgrupos que lo contienen. + +

Propagación y ACL con tags

+ +La propagación es compatible con el sistema de tags. Esto implica que la propagación de ACL afecta a todos los grupos propagando también sus tags, es decir, dará acceso a todos los subgrupos que cuelgan debajo del grupo padre verificando sus tags. +