Changeset 482 for trunk/bin


Ignore:
Timestamp:
May 4, 2014 2:34:36 AM (10 years ago)
Author:
anonymous
Message:

Help text edited

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/acl.cli.php

    r468 r482  
    233233must be executed as the owner of the db_auth.inc.php file.
    234234
    235 Three types of objects are managed by this interface: ARO - Access
    236 Request Objects, ACO - Access Control Objects, and AXO - Access Xtra
    237 Objects. These are most often used as a USER -> ACTION -> OBJECT model,
     235Three types of objects are managed by this interface:
     236
     237  ARO - Access Request Objects
     238  ACO - Access Control Objects
     239  AXO - Access Xtra Objects
     240
     241These are most often used as a USER -> ACTION -> OBJECT model,
    238242but could just as easily be SPICES -> CUISINES -> DISHES. A privilege is
    239243allowed if a user (ARO) can perform an action (ACO) on something (AXO).
     
    267271    grant aro [aco] [axo]
    268272    revoke aro [aco] [axo]
    269     delete [aro] [aco] [axo]
     273    delete aro aco axo
    270274
    271275
    272276For the add*, mv*, grant, and revoke commands if any of the optional
    273 args are not provided, 'root' is assumed. For the delete command
    274 'null' is considered a wild-card to delete all objects of that type.
    275 
    276 
    277 Strangecode :: www.strangecode.com
     277args are not provided, 'root' is assumed. The delete command requires
     278all object types to be specified; Passing the string 'null' will cause
     279all matches in that column to be deleted. run with 'grants' to view what
     280can be deleted.
    278281<?php
    279282    die;
Note: See TracChangeset for help on using the changeset viewer.