]> andersk Git - moira.git/blame - man/moira.1
added authors
[moira.git] / man / moira.1
CommitLineData
9d6ddf4b 1.TH SMS 1 "29 Nov 1988" "Project Athena"
2\" RCSID: $Header$
3.SH NAME
4sms, listmaint, usermaint, dcmmaint \- maintain information stored in SMS
5.SH SYNOPSIS
6.B sms
7[
8.BI \-nomenu
9]
10.SH DESCRIPTION
11.I sms
12administers all of the information stored in the SMS database. When
13invoked by the name
14.B listmaint, usermaint,
15or
16.B dcmmaint,
17.I sms
18will immediately drop into the appropriate sub-menu.
19There is only one option:
20.TP
21.BI \-nomenu
22Do not take over the screen. With this option specified, the screen
23will be handled like a printing terminal. Each menu will be displayed
24only once. Typing '?' will cause a menu to be redisplayed.
25.PP
26When called without options,
27.I sms
28displays a menu in the top half of the screen listing other menus;
29retrievals, appends, updates, or
30deletes to the database; or control actions within the program.
31Each menu consists of several lines containing a single character
32(usually a numeral), a keyword, and a short description. Menu items
33may be selected by either the single character or the keyword. Needed
34arguments may be put on the same line -- otherwise, they will be
35prompted for. It is possible to invoke an option from a sub-menu by
36name while at a higher menu. The lower half of the screen is a
37dialoge area used to prompt the user and display retrieved information.
38.PP
39The top level menu just lists other menus for each of the types of
40objects stored in the database. Most menus also list the following
41control options:
42.TP
43.B verbose
44Toggle the verosity of delete. This controls whether or not an extra
45confirmation will be required before deleting data from the database.
46.TP
47.B return
48Return to the menu above this one in the menu tree.
49.TP
50.B toggle
51Toggle logging on and off. When logging is turned on, all output in
52the lower half of the screen will also be written to
53.I /usr/tmp/sms-log.XXXX,
54where XXXX is the process-ID of the sms client.
55.TP
56.B quit
57Exits the sms client immediately. The connection to the SMS server
58will be closed.
59.SH DIAGNOSTICS
60Pay attention to Kerberos diagnostics, as one must be authenticated to
61do most SMS database work.
62.PP
63As this is a database manipulation application, diagnostics indicate an
64incomplete argument list, an attempt to modify/delete an ambiguous
65entry, or an invalid menu choice.
66.SH ENVIRONMENT
67.TP
68KRBTKFILE
69path name of your Kerberos ticket. SMS decides who you are and what you
70can do based on your Kerberos tickets, and nothing else.
71.TP
72TERMCAP
73used by curses to control of scrolling and menu display.
74.SH AUTHOR
75Jean Marie Diaz, Mark Roman, Chris Peterson, Mark Rosenstein and a
76cast of thousands
77.SH "SEE ALSO"
78chfn(1), chpobox(1), chsh(1), mailmaint(1), smslist(1),
79SMS section of the Project Athena Technical Plan
80.SH NOTES
81SMS is Project Athena's Service Management System.
This page took 0.873303 seconds and 5 git commands to generate.