Changeset 2023


Ignore:
Timestamp:
05/04/17 21:46:17 (7 years ago)
Author:
nanardon
Message:

Doc completion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/bin/la-sync-manager

    r1824 r2023  
    5050 
    5151=back 
     52 
     53=head1 CONFIUGRATION 
     54 
     55=head2 CONFIGURATION FILE 
     56 
     57See L<la-sync-manager.ini> 
     58 
     59=head2 AVAILABLE TASK MODULE 
     60 
     61=head3 L<LATMOS::Accounts::Task::Basessynchro> 
     62 
     63This module is always laod and run. It synchronize base given in 
     64L<latmos-accounts.ini> 
     65 
     66=head3 L<LATMOS::Accounts::Task::Dummy> 
     67 
     68A fake module for testing 
     69 
     70=head3 L<LATMOS::Accounts::Task::Buildlistes> 
     71 
     72This use L<la-sync-list.ini> config file to build mailing list file 
     73typically usuable by C<sync_members> mailman program. 
     74 
     75=head3 L<LATMOS::Accounts::Task::Buildnet> 
     76 
     77Generate DNS and DHCP files from C<netzone> objects 
     78 
     79=head3 L<LATMOS::Accounts::Task::Employment> 
     80 
     81This module update user's information according the status matching current 
     82date. 
     83 
     84=head3 L<LATMOS::Accounts::Task::Refreshexpired> 
     85 
     86Increasing revision number for user to force update in othere base not supporting 
     87properly expiration date. 
     88 
     89=head3 L<LATMOS::Accounts::Task::Updatedyndata> 
     90 
     91Force automatic object (such as group with filter) to be rebuilt in case it depend 
     92on external base event like date. 
     93 
     94=head3 L<LATMOS::Accounts::Task::Delexpiredusers> 
     95 
     96Make user's account unexported after expiration delay. 
     97 
     98=head3 L<LATMOS::Accounts::Task::Expiredaliases> 
     99 
     100Allow to automatically add an alias to user when account get expired. 
     101The basis idea is to redirect mail to an automatic responder claiming account is 
     102expired. 
     103 
     104=head3 L<LATMOS::Accounts::Task::Stats> 
     105 
     106Collect current data according C<Stat> objects definition. 
     107 
     108=head3 L<LATMOS::Accounts::Task::Unexportexpired> 
     109 
     110For C<Aliases> and <Nethost>, unexport object when expiration date is reached. 
     111 
     112=head3 L<LATMOS::Accounts::Task::Unusedhosts> 
     113 
     114Unexport C<Nethost> when owner/user is expired or unexported 
     115 
     116=head3 L<LATMOS::Accounts::Task::Iprecover> 
     117 
     118Delete IP set on nethost unexported and not midified for the specified delay. 
    52119 
    53120=cut 
Note: See TracChangeset for help on using the changeset viewer.