summaryrefslogtreecommitdiff
path: root/net-misc/stargazer/files/mans/sgconf_xml.1
blob: 428fadfd5b18bea9257960b1d573638933da57ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.TH sgconf_xml 1 "December 31, 2012" "" "sgconf_xml"

.SH NAME
sgconf_xml \- a command-line xml-based utility for configuring Stargazer

.SH SYNOPSIS
.B sgconf_xml
.BI \-s " server"
.BI \-p " port"
.BI \-a " admin"
.BI \-w " admin-pass"
(
.BI \-r " request-string"
|
.BI \-f " request-file"
)

.SH DESCRIPTION
.B sgconf_xml
allows system administrators to configure 
.BR Stargazer .
.PP
.B sgconf_xml
uses XML for requests and responses. You can specify a 
file containing XML request by using
.B \-f
option, or you can specify XML request directly as a
string by using
.B \-r
option.

.SH OPTIONS
.TP
.BI \-s " server"
IP or hostname where 
.B Stargazer 
server run.
.TP
.BI \-p " port"
Port, which 
.B Stargazer 
listen for configuration connections (typically 5555).
.TP
.BI \-a " admin"
Administrator login.
.TP
.BI \-w " admin-pass"
Administrator password.
.TP
.BI \-r " request-string"
The request in form of XML.
.TP
.BI \-f " request-file"
File containing request in form of XML.

.SH REQUEST SYNTAX
TODO.
.br
As for now you can check an example by running 
.B sgconf_xml
without arguments.

.SH FILES
.B
/usr/bin/sgconf_xml

.SH SEE ALSO
.BR sgauth (8),
.BR sgconf (1),
.BR sgconv (1),
.BR stargazer (8),
.BR rscriptd (8).

.SH AUTHOR
sgconf_xml was initially written by Boris Mikhailenko <stg34@stargazer.dp.ua>.
.PP
This manual page was written by Alexey Osipov <simba@lerlan.ru>,
for the Debian project (and may be used by others), and was modified by
Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> for Gentoo Linux