Changeset 483


Ignore:
Timestamp:
10/04/09 05:33:01 (15 years ago)
Author:
nanardon
Message:
  • document la-qacls
Location:
LATMOS-Accounts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/MANIFEST

    r482 r483  
    1616bin/la-guser 
    1717bin/la-passwd 
     18bin/la-qacls 
    1819bin/la-query 
    1920bin/la-query-group 
  • LATMOS-Accounts/bin/la-qacls

    r482 r483  
    1010=head1 NAME 
    1111 
    12     la-config - Tools to query configuration of LATMOS::Accounts system. 
     12    la-qacls - Tools to check ACL 
    1313 
    1414=head1 SYNOPSIS 
    1515 
    16 List supported base, synchronisation, objects and attributes 
     16Show a list of attributes with permission allowed to a given user 
    1717 
    18     la-config [option] [object] 
     18    la-config [option] [objectname] 
     19 
     20If objectname is specified, the acls are checked over this object. 
    1921 
    2022=cut 
     
    4042Perform query on this base 
    4143 
     44=item -o|object type 
     45 
     46Check acls for this object type 
     47 
     48=item u|user username 
     49 
     50Check acls as this username were really login. If unset, anonymous is used. 
     51 
    4252=cut 
    4353 
     
    5464 
    5565 
    56 printf("%s%s %s\n", 
     66printf(" %s %s\n", 
    5767    ($labase->check_acl($obj, $_, 'w') ? 'w' : ' '), 
    5868    $_, 
Note: See TracChangeset for help on using the changeset viewer.