2014-08-25 Vanessa Gil <vanessa.gil@artica.es>

* 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
This commit is contained in:
vgilc 2014-08-25 09:37:03 +00:00
parent f363dd19fc
commit d1cc110f83
3 changed files with 57 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-08-25 Vanessa Gil <vanessa.gil@artica.es>
* include/help/en/help_propagate_acl.php
include/help/es/help_propagate_acl.php: Added help.
2014-08-25 Vanessa Gil <vanessa.gil@artica.es>
* godmode/groups/group_list.php: Fixed bug listing

View File

@ -0,0 +1,26 @@
<?php
/**
* @package Include/help/en
*/
?>
<h1>ACL propagation</h1>
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:
<br><br>
Suppose you we have this hierarchy of group/subgroups:
<br><br>
<pre>
Customers
+ Customer A
+ Customer B
+ Customer C
+ Customer D
</pre>
<br><br>
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.
<h3>Propagation and tags</h3>
Propagation is compatible with the tag subsystem. This means the propagation affects to all subgroups checking tags.

View File

@ -0,0 +1,26 @@
<?php
/**
* @package Include/help/es
*/
?>
<h1>Propagación de ACL's</h1>
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:
<br><br>
Supongamos que tenemos la siguiente jerarquía de grupo y subgrupos:
<br><br>
<pre>
Clientes
+ Cliente A
+ Cliente B
+ Cliente C
+ Cliente D
</pre>
<br><br>
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.
<h3>Propagación y ACL con tags</h3>
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.