Code

Add type attribute to CopyPasteVars (#5601)
[gosa.git] / trunk / 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 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/server.conf>
29 B<--no-arp>
30     starts script without connection to arp module
34 =head1 DESCRIPTION
36 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.
39 =head1 BUGS 
41 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>
44 =head1 LICENCE AND COPYRIGHT
46 This code is part of GOsa (L<http://www.gosa-project.org>)
48 Copyright (C) 2003-2008 GONICUS GmbH
50 This program is distributed in the hope that it will be useful,
51 but WITHOUT ANY WARRANTY; without even the implied warranty of
52 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53 GNU General Public License for more details.
55 =cut