source: trunk/LATMOS-Accounts/man/latmos-accounts.8.pod @ 993

Last change on this file since 993 was 993, checked in by nanardon, 12 years ago
  • filling main documentation
  • Property svn:keywords set to Id
File size: 2.1 KB
Line 
1# $Id$
2
3=head1 NAME
4
5=head1 CONFIGURATION
6
7=head2 Configuration files list
8
9=over 4
10
11=item latmos-accounts.ini
12
13Bases and synchronisations definitions.
14
15See L<latmos-accounts.ini(5)>
16
17=item la-allowed-values.ini
18
19Attributes values allowed.
20
21See L<la-allowed-values.ini(5)>
22
23=item la-sync-manager.ini
24
25The setup of L<la-sync-manager>, the daemon in charge of pushing values from
26primary base to others.
27
28See L<la-sync-manager.ini(5)>
29
30=item la-acls.ini
31
32Access list configuration, used by Web application
33
34See L<la-acls.ini(5)>
35
36=item la-sync-list.ini
37
38Configuration of mailing synchronisation module
39
40See L<la-sync-list.ini(5)>
41
42=back
43
44=head1 TOOLS LIST
45
46The tools listed bellow are availlable to administrate the C<Link::Accounts>
47system.
48
49They are low level tools and are designed to be used system administrator, not
50end user (unlike the web interface).
51
52=head2 Configuration Tools
53
54=over 4
55
56=item la-config
57
58Display configuration information.
59
60L<la-config(1)>
61
62=item la-attributes
63
64Display supported object and attributes.
65
66L<la-attributes(1)>
67
68=item la-log-test
69
70Send message using log functions (for testing purpose)
71
72L<la-log-test(1)>
73
74=item la-acls
75
76Check validity of ACL file (eg L<la-acls.ini>).
77
78See: L<la-acls(1)>
79
80=item la-qacls
81
82Test ACLs permission for given user over given object.
83
84See: L<la-qacls(1)>
85
86=back
87
88=head2 Base Content Tools
89
90=over 4
91
92=item L<la-cli>
93
94=item L<la-create>
95
96=item L<la-crypt-passwd>
97
98=item L<la-delete>
99
100=item L<la-edit>
101
102=item L<la-exchange-ip>
103
104=item L<la-expired-reminder>
105
106=item L<la-find-expired>
107
108=item L<la-freeip>
109
110=item L<la-graph.pl>
111
112=item L<la-group>
113
114=item L<la-guser>
115
116
117=item L<la-passwd>
118
119=item L<la-query>
120
121=item L<la-rename>
122
123=item L<la-rename-host>
124
125=item L<la-rev>
126
127=item L<la-search>
128
129=item L<la-sync>
130
131=item L<la-sync-manager>
132
133=item L<la-sync-process>
134
135=item L<la-warn-expire>
136
137=item L<la-sql-edit-form>
138
139=item L<la-test-mail>
140
141=back
142
143=head2 Master Base Tools
144
145=over 4
146
147=item L<la-sql-list-request>
148
149=item L<la-sql-loadatt>
150
151=item L<la-sql-regatt>
152
153=item L<la-sql-sanity>
154
155=item L<la-sql-upgrade.in>
156
157=item L<la-sql-valid-request>
158
159=back
160
161=head1 AUTHOR
162
163Olivier Thauvin <olivier.thauvin@latmos.ipsl.fr>
Note: See TracBrowser for help on using the repository browser.