Changeset 2018 for trunk/LATMOS-Accounts


Ignore:
Timestamp:
05/04/17 10:51:20 (7 years ago)
Author:
nanardon
Message:

Documentation update

Location:
trunk/LATMOS-Accounts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/Changes

    r1999 r2018  
    44    - Improve code to suggest collision avoidance login at user creation 
    55    - Add la-gen-passwd as installed script 
     6    - Add task module to disable computer when user reach inactive state 
     7      (Unusedhosts) 
     8    - allow to diable task from config (disable=yes in la-sync-manager.ini) 
    69 
    7105.2.14 
  • trunk/LATMOS-Accounts/man/man5/la-sync-manager.ini.pod

    r1013 r2018  
    1212 
    1313This config is an C<ini> like file split into section. Each section describe a 
    14 base except sections describe bellow. 
     14module to run and its options. 
    1515 
    16 # TODO 
     16=head1 EXAMPLE 
     17 
     18    [reseau] 
     19    type=buildnet 
     20 
     21    [listes] 
     22    type=buildlistes 
     23 
     24    [Stat] 
     25    type=Stats 
     26 
     27    [employment] 
     28    type=Employment 
     29 
     30    [unexexpired] 
     31    type=UnexportExpired 
     32 
     33    [Expiredaliases] 
     34    type=Expiredaliases 
     35    destination=|/bin/true 
     36 
     37=head1 GLOBALS MODULE OPTIONS 
     38 
     39=head2 type 
     40 
     41The module type to run, see C<LATMOS::Accounts::Task::*.pm> 
     42 
     43=head2 disable 
     44 
     45If set, the module is not run. 
    1746 
    1847=head1 AUTHOR 
Note: See TracChangeset for help on using the changeset viewer.