Code

c69d824368ec08da116b95da806d136b7488b4a1
[gosa.git] / gosa-si / gosa-si-server.pod
1 #
2 #===============================================================================
3 #
4 #         FILE:  gosa-si-server.pod
5 #
6 #  DESCRIPTION:  
7 #
8 #       AUTHOR:   (), <>
9 #      COMPANY:  
10 #      CREATED:  31.07.2008 15:52:15 CEST
11 #     REVISION:  ---
12 #===============================================================================
15 =head1 NAME
17 gosa-si-server -Support infrastructure for GOsa
19 =head1 SYNOPSIS
21     gosa-si-server [-hvf] [-c config]
23 =head1 OPTIONS
25     -h        : print out this help message
27     -f        : foregroud, process will not be forked to background
29     -v*       : be verbose (multiple v's will increase verbosity)
31     -c <file> : configuration file, default F</etc/gosa-si/server.conf>
33     --no-arp  : starts script without connection to arp module
36 =head1 DESCRIPTION
38 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.
41 =head1 BUGS 
43 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>
46 =head1 LICENCE AND COPYRIGHT
48 This code is part of GOsa (L<http://www.gosa-project.org>)
50 Copyright (C) 2003-2008 GONICUS GmbH
52 This program is distributed in the hope that it will be useful,
53 but WITHOUT ANY WARRANTY; without even the implied warranty of
54 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55 GNU General Public License for more details.
57 =cut