Code

Updated list image
[gosa.git] / gosa-si / gosa-si-server.pod
index b41fe5f808b241fa1d49c84a06445683ba9fa898..e4ceb67778e91fe473e6b5870aef53e8baba6c6a 100644 (file)
@@ -5,19 +5,43 @@ gosa-si-server -Support infrastructure for GOsa
 
 =head1 SYNOPSIS
 
-    gosa-si-server [-hvf] [-c config]
+gosa-si-server [-hvf] [-c config]
 
 =head1 OPTIONS
 
-    -h        : print out this help message
+B<-h>, B<--help>
+    print out this help message
 
-    -f        : foregroud, process will not be forked to background
+B<-v>, B<--verbose>
+    be verbose (multiple v's will increase verbosity) 
+    -v          ERROR level
+    -vvv        WARNING  + ERROR level
+    -vvvvv      INFO + WARNING level
+    -vvvvvvv    DEBUG + INFO level
+    -vvvvvvvvv  in and out going xml messages will be displayed
 
-    -v*       : be verbose (multiple v's will increase verbosity)
+B<-f>, B<--foreground> 
+    foregroud, process will not be forked to background
 
-    -c <file> : configuration file, default F</etc/gosa-si/server.conf>
+B<-c> I<file>, B<--config=>I<file>
+    configuration file, default F</etc/gosa-si/server.conf>
 
-    --no-arp  : starts script without connection to arp module
+B<--no-arp>
+    starts script without connection to arp module
+
+B<-d> <int> 
+    if verbose level is higher than 7 'v' specified parts can be debugged
+
+      1 : receiving messages
+      2 : sending messages
+      4 : encrypting/decrypting messages
+      8 : verification if a message complies gosa-si requirements
+     16 : message processing
+     32 : ldap connectivity
+     64 : database status and connectivity
+    128 : main process
+    256 : creation of packages_list_db
+    512 : ARP debug information
 
 
 =head1 DESCRIPTION
@@ -34,7 +58,7 @@ Please report any bugs, or post any suggestions, to the GOsa mailing list <gosa-
 
 This code is part of GOsa (L<http://www.gosa-project.org>)
 
-Copyright (C) 2003-2008 GONICUS GmbH
+Copyright (C) 2003-2009 GONICUS GmbH
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of