source: trunk/LATMOS-Accounts/man/man8/latmos-accounts.pod @ 1013

Last change on this file since 1013 was 1013, checked in by nanardon, 12 years ago
  • move/rename pod files to improve readability
  • Property svn:keywords set to Id
File size: 3.1 KB
Line 
1# $Id$
2
3=head1 NAME
4
5    Link::Accounts - A multiple accounts base management and synchronisation
6    system
7
8=head1 GENERALITY
9
10=head2 HISTORY
11
12Link::Accounts is born with the need to have same set of groups and users in
13multiples accounts bases:
14
15=over 4
16
17=item OpenLDAP
18
19Standard ldap base w/o any change on basis schema
20
21=item Active Directory
22
23The domain management system for windows. Active Directory is a solution
24including LDAP, Kerberos, Smb protocol and a graphic interface to configure it.
25
26=item Unix file
27
28Standard users base under Unix system, also used for C<NIS>/C<YP> system.
29
30=back
31
32=head2 WORKFLOW
33
34Link::Accounts is made of three components:
35
36=over 4
37
38=item L<Bases>
39
40=item L<Objects>
41
42=item L<Attributes>
43
44=back
45
46=head3 Bases
47
48=head1 CONFIGURATION
49
50=head2 Configuration files list
51
52=over 4
53
54=item latmos-accounts.ini
55
56Bases and synchronisations definitions.
57
58See L<latmos-accounts.ini>
59
60=item la-allowed-values.ini
61
62Attributes values allowed.
63
64See L<la-allowed-values.ini>
65
66=item la-sync-manager.ini
67
68The setup of L<la-sync-manager>, the daemon in charge of pushing values from
69primary base to others.
70
71See L<la-sync-manager.ini>
72
73=item la-acls.ini
74
75Access list configuration, used by Web application
76
77See L<la-acls.ini>
78
79=item la-sync-list.ini
80
81Configuration of mailing synchronisation module
82
83See L<la-sync-list.ini>
84
85=back
86
87=head1 TOOLS LIST
88
89The tools listed bellow are availlable to administrate the C<Link::Accounts>
90system.
91
92They are low level tools and are designed to be used system administrator, not
93end user (unlike the web interface).
94
95=head2 Configuration Tools
96
97=over 4
98
99=item la-config
100
101Display configuration information.
102
103L<la-config>
104
105=item la-attributes
106
107Display supported object and attributes.
108
109L<la-attributes>
110
111=item la-log-test
112
113Send message using log functions (for testing purpose)
114
115L<la-log-test>
116
117=item la-acls
118
119Check validity of ACL file (eg L<la-acls.ini>).
120
121See: L<la-acls>
122
123=item la-qacls
124
125Test ACLs permission for given user over given object.
126
127See: L<la-qacls>
128
129=back
130
131=head2 Base Content Tools
132
133=over 4
134
135=item la-cli
136
137Interactive command line interface, include online help, completion, etc...
138
139See L<la-cli>
140
141=item la-create
142
143Create an object into main base.
144
145See L<la-create>
146
147=item la-delete
148
149Delete an object from main base
150
151See L<la-delete>
152
153=item la-edit
154
155Modify object into main base.
156
157See L<la-edit>
158
159
160=item L<la-expired-reminder>
161
162=item L<la-find-expired>
163
164=item L<la-freeip>
165
166=item L<la-graph.pl>
167
168=item L<la-group>
169
170=item L<la-guser>
171
172=item la-passwd
173
174Change the password of users.
175
176L<la-passwd>
177
178=item L<la-query>
179
180=item L<la-rename>
181
182=item L<la-rename-host>
183
184=item L<la-rev>
185
186=item L<la-search>
187
188=item L<la-sync>
189
190=item L<la-sync-manager>
191
192=item L<la-sync-process>
193
194=item L<la-warn-expire>
195
196=item L<la-sql-edit-form>
197
198=item L<la-test-mail>
199
200=back
201
202=head2 SQL Base Tools
203
204=over 4
205
206=item L<la-sql-list-request>
207
208=item L<la-sql-loadatt>
209
210=item L<la-sql-regatt>
211
212=item L<la-sql-sanity>
213
214=item L<la-sql-upgrade.in>
215
216=item L<la-sql-valid-request>
217
218=item L<la-sql-crypt-passwd>
219
220=item L<la-sql-exchange-ip>
221
222=back
223
224=head1 BUGS
225
226=head1 AUTHOR
227
228Olivier Thauvin <olivier.thauvin@latmos.ipsl.fr>
Note: See TracBrowser for help on using the repository browser.