Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv22097/src
Modified Files:
modcmd.h
Log Message:
correct comment about command access checking
Index: modcmd.h
===================================================================
RCS file: /cvsroot/srvx/services/src/modcmd.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** modcmd.h 31 Jul 2002 02:40:15 -0000 1.2
--- modcmd.h 31 Jul 2002 02:42:20 -0000 1.3
***************
*** 77,82 ****
* When checking to see if a user may invoke a command, the "template"
* chain is followed, and the user must meet all the requirements
! * before the command is executed. [This is not how it should be;
! * staff access should be any-of instead of all-of.]
*/
--- 77,83 ----
* When checking to see if a user may invoke a command, the "template"
* chain is followed, and the user must meet all the requirements
! * before the command is executed. As an exception, for the "staff"
! * permission checks (oper/network helper/support helper), any one is
! * sufficient to permit the command usage.
*/
|