Ignore:
Timestamp:
10/01/19 19:16:21 (5 years ago)
Author:
nanardon
Message:

Add lock/banpasswd functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/bin/la-cli

    r2282 r2285  
    6868 
    6969my $Context = LATMOS::Accounts::Cli::Context->new( 
     70    La => $LA, 
    7071    base => $labase, 
    7172    TransMode => $transmode ? 1 : 0, 
     
    7778 
    7879if (@ARGV) { 
     80    $Context->Interractive( 0 ); 
    7981    $Env->run(@ARGV); 
    8082} else { 
Note: See TracChangeset for help on using the changeset viewer.