From d644a01ddc0d9c67c75f96b04369b5aee5544724 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Tue, 29 Jul 2008 14:08:36 +0000 Subject: [PATCH] review of the acl section --- org.glite.lb.doc/src/change_acl.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/org.glite.lb.doc/src/change_acl.tex b/org.glite.lb.doc/src/change_acl.tex index cecbfd7..819812e 100644 --- a/org.glite.lb.doc/src/change_acl.tex +++ b/org.glite.lb.doc/src/change_acl.tex @@ -1,8 +1,7 @@ \subsubsection{Example: Changing Job Access Control List} \label{e:change-acl} -\TODO{Review if it is still correct - Dan?} -In order to change ACL for a job a special event \verb'ChangeACL' is used. This +In order to change an ACL for a job a special event \verb'ChangeACL' is used. This event can be logged by the job owner using the \verb'glite-lb-logevent' command (see also Sect.~\ref{glite-lb-logevent}). General template for changing the ACL is as follows: @@ -31,7 +30,7 @@ where the ACL \\ \end{tabularx} -Adding a user specified by her subject name to the ACL (\verb'user_id' = +Adding a user specified by his or her subject name to the ACL (\verb'user_id' = subject name, \verb'user_id_type' = 0, \verb'permission_type' = 0, \verb'operation' = 0): @@ -42,7 +41,7 @@ glite-lb-logevent -e ChangeACL -s UserInterface -p --permission 1 \ --user_id_type 0 --permission_type 0 --operation 0 \end{verbatim} -Removing a user specified by her subject name from the ACL (\verb'user_id' = +Removing a user specified by his or her subject name from the ACL (\verb'user_id' = subject name, \verb'user_id_type' = 0, \verb'permission_type' = 0, \verb'operation' = 1): -- 1.8.2.3