Ignore:
Timestamp:
09/11/09 11:33:18 (15 years ago)
Author:
nanardon
Message:
  • add options to not load acls, command line tools are superuser command, then skip acls checks
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/bin/la-group

    r403 r457  
    5959=cut 
    6060 
    61 my $LA = LATMOS::Accounts->new($config); 
     61my $LA = LATMOS::Accounts->new($config, noacl => 1); 
    6262my $labase = $base ? $LA->base($base) : $LA->default_base; 
    6363$labase && $labase->load or die "Cannot load base"; 
Note: See TracChangeset for help on using the changeset viewer.