From de01c78d450116eade2f558ca3c6f3d46433ad37 Mon Sep 17 00:00:00 2001 From: opensides Date: Wed, 23 Sep 2009 08:44:04 +0000 Subject: [PATCH] - Added missing explanation on gosa-si-server manpage git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14326 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/gosa-si-server.1 | 18 +++++++++++++++++- gosa-si/gosa-si-server.pod | 13 +++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/gosa-si/gosa-si-server.1 b/gosa-si/gosa-si-server.1 index 8b92c0b91..a097799b1 100644 --- a/gosa-si/gosa-si-server.1 +++ b/gosa-si/gosa-si-server.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "GOSA-SI-SERVER 1" -.TH GOSA-SI-SERVER 1 "2009-09-04" "perl v5.10.0" "User Contributed Perl Documentation" +.TH GOSA-SI-SERVER 1 "2009-09-23" "perl v5.10.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -155,6 +155,22 @@ gosa-si-server [\-hvf] [\-c config] .PP \&\fB\-\-no\-arp\fR starts script without connection to arp module +.PP +\&\fB\-d\fR + if verbose level is higher than 7 'v' specified parts can be debugged +.PP +.Vb 10 +\& 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 +.Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" 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 \s-1SI\s0 nework is realised by \s-1XML\s0 messages. diff --git a/gosa-si/gosa-si-server.pod b/gosa-si/gosa-si-server.pod index 532699209..e4ceb6777 100644 --- a/gosa-si/gosa-si-server.pod +++ b/gosa-si/gosa-si-server.pod @@ -29,6 +29,19 @@ B<-c> I, B<--config=>I B<--no-arp> starts script without connection to arp module +B<-d> + 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 -- 2.30.2