Code

Merged statements, changed waiting time from 10 to 60 seconds.
[gosa.git] / trunk / gosa-si / gosa-si-client.pod
2 =head1 NAME
4 gosa-si-client - Client for GOsa support infrastructure
6 =head1 SYNOPSIS
8 gosa-si-client [-hvf] [-c config]
10 =head1 OPTIONS
12 B<-h>, B<--help>
13     print out this help message
15 B<-v>, B<--verbose>
16     be verbose (multiple v's will increase verbosity) 
17     -v          ERROR level
18     -vvv        WARNING  + ERROR level
19     -vvvvv      INFO + WARNING level
20     -vvvvvvv    DEBUG + INFO level
21     -vvvvvvvvv  in and out going xml messages will be displayed
23 B<-f>, B<--foreground> 
24     foregroud, process will not be forked to background
26 B<-c> I<file>, B<--config=>I<file>
27     configuration file, default F</etc/gosa-si/client.conf>
30 =head1 DESCRIPTION
32 B<gosa-si-client> belongs to the support infrastructure of GOsa. 
33 The client registrates at a GOsa-SI-server and accepts messages from it. 
34 Each message is related to a working instruction which will be executed on the client. 
35 Depending on the message an answer can be send back to the server.
37 =head1 BUGS 
39 Please report any bugs, or post any suggestions, to the GOsa mailing list <gosa-devel@oss.gonicus.de> or to <https://oss.gonicus.de/labs/gosa>
42 =head1 LICENCE AND COPYRIGHT
44 This code is part of GOsa (L<http://www.gosa-project.org>)
46 Copyright (C) 2003-2008 GONICUS GmbH
48 This program is distributed in the hope that it will be useful,
49 but WITHOUT ANY WARRANTY; without even the implied warranty of
50 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51 GNU General Public License for more details.
53 =cut