source: trunk/LATMOS-Accounts/man/man5/la-sync-manager.ini.pod @ 2380

Last change on this file since 2380 was 2018, checked in by nanardon, 7 years ago

Documentation update

File size: 876 bytes
Line 
1# $Id: la-sync-manager.ini.5.pod 3157 2010-08-29 18:11:12Z nanardon $
2
3=head1 NAME
4
5la-sync-manager.ini - Control task la-sync-manager have to run
6
7=head1 DEFAULT LOCATION
8
9F</etc/latmos-accounts/la-sync-manager.ini>
10
11=head1 DESCRIPTION
12
13This config is an C<ini> like file split into section. Each section describe a
14module to run and its options.
15
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.
46
47=head1 AUTHOR
48
49Olivier Thauvin <olivier.thauvin@latmos.ipsl.fr>
50
51=head1 COPYRIGHT
52
53(c) LATMOS - IPSL - CNRS
54
Note: See TracBrowser for help on using the repository browser.