Code

update man pages
[gosa.git] / gosa-si / gosa-si-server.pod
2 =head1 NAME
4 gosa-si-server -Support infrastructure for GOsa
6 =head1 SYNOPSIS
8     gosa-si-server [-hvf] [-c config]
10 =head1 OPTIONS
12     -h        : print out this help message
14     -f        : foregroud, process will not be forked to background
16     -v*       : be verbose (multiple v's will increase verbosity)
18     -c <file> : configuration file, default F</etc/gosa-si/server.conf>
20     --no-arp  : starts script without connection to arp module
23 =head1 DESCRIPTION
25 gosa-si-server  belongs  to  the  support infrastructure of GOsa.  Several gosa-si-clients can connect to one gosa-si-server.  The server take care of the message forwarding from GOsa to si-clients.  At the client site each message is related to a working instruction which will be executed there.  Depending of the message an answer from the client to GOsa via the server is possible.  Additional to answers clients reporting events  or  information  to the server.  The server registers himself at other servers in network and shares his knowledge with them.  So messages to clients which are no registrated locally will be forward to the client corresponding server. The communication within the complete SI nework is realised by XML messages.
28 =head1 BUGS 
30 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>
33 =head1 LICENCE AND COPYRIGHT
35 This code is part of GOsa (L<http://www.gosa-project.org>)
37 Copyright (C) 2003-2008 GONICUS GmbH
39 This program is distributed in the hope that it will be useful,
40 but WITHOUT ANY WARRANTY; without even the implied warranty of
41 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
42 GNU General Public License for more details.
44 =cut