Ignore:
Timestamp:
12/02/11 11:42:17 (13 years ago)
Author:
nanardon
Message:
  • reimport missing files from previous svn
File:
1 edited

Legend:

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

    r849 r861  
    1919=over 4 
    2020 
    21 =item --config configfile 
     21=item --config configdir 
    2222 
    23 Use this configuration file instead default 
     23Use this configuration directory instead default 
    2424 
    2525=item --base basename 
     
    9191$otype ||= 'user'; 
    9292 
    93 my $LA = LATMOS::Accounts->new($config); 
     93my $LA = LATMOS::Accounts->new($config, noacl => 1); 
    9494my $labase = $base ? $LA->base($base) : $LA->default_base; 
    9595$labase && $labase->load or die "Cannot load base"; 
Note: See TracChangeset for help on using the changeset viewer.