]> andersk Git - moira.git/blame - man/mrtest.8
Initial revision
[moira.git] / man / mrtest.8
CommitLineData
d91c7811 1.TH SMSTEST 8 "25 Jan 1988" "Project Athena"
2\" RCSID: $Header$
3.SH NAME
4smstest \- perform SMS operations manually
5.SH SYNOPSIS
6.B smstest
7.SH DESCRIPTION
8.I smstest
9allows one to perform by hand all operations allowed in the sms
10protocol. There are no command line options, as commands are given to
11a prompt within the program. Control operations are:
12.TP
13.B connnect
14make a network connection to the SMS server.
15.TP
16.B disconnect
17break the network connection to the SMS server.
18.TP
19.B script inputfile [outputfile]
20read commands from
21.I inputfile. If
22.I outputfile is specified, output will be redirected there while
23commands are read from
24.I inputfile.
25.TP
26.B list_requests
27lists all of the
28.I smstest commands.
29.TP
30.B quit
31exits the program.
32.PP
33SMS protocol operations include:
34.TP
35.B noop
36does "no operation" to the server, just making sure the server is
37still there.
38.TP
39.B auth
40sends
41.I Kerberos
42tickets to the server to authenticate the user.
43.TP
44.B query query_handle [query arguments ...]
45performs a query operation on the server. All of the real work is
46done in queries. There are over 100 queries, each of which requires
47different arguments. the arguments should be placed on the line
48following the name of the query, separated by whitespace.
49.TP
50.B access query_handle [query arguements ...]
51performs an authorization check on a query without actually executing
52the query. The arguments are the same as those in the
53.B query
54command described above.
55.SH BUGS
56There is no way to enter whitespace into a string argument to a query.
57.SH SEE ALSO
58The Project Athena Technical Plan section on SMS for a list of queries
59and their arguements, and a description of the protocol this
60implements.
This page took 0.054685 seconds and 5 git commands to generate.