From: mar Date: Thu, 8 Mar 1990 18:12:36 +0000 (+0000) Subject: SMS -> Moira; correct Kerberos ticket info X-Git-Tag: release77~988 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/9b34a9402d41670929c6c916f6c46ec188042c3e SMS -> Moira; correct Kerberos ticket info --- diff --git a/man/reg_svr.8 b/man/reg_svr.8 index a6d72440..d4fe5b32 100644 --- a/man/reg_svr.8 +++ b/man/reg_svr.8 @@ -1,14 +1,14 @@ .TH REG_SVR 8 "30 Nov 1988" "Project Athena" \" RCSID: $Header$ .SH NAME -reg_svr, startreg \- SMS account registration server +reg_svr, startreg \- Moira user account registration server .SH SYNOPSIS .B reg_svr .br .B startreg .SH DESCRIPTION The registration server -must be running on the machine hosting the SMS database for the +must be running on the machine hosting the Moira database for the .I userreg program to function. Rather than invoke .B reg_svr @@ -29,11 +29,11 @@ Also, a journal file is kept in .B /u1/sms/journal.reg logging every successful change of the database in a format that can be replayed by -.I smstest(8). +.I mrtest(8). For the server to be able to function properly, if must be run as root and root must have access to the tables through RTI Ingres. Also, -Kerberos principal "register.sms" must have permission to create new -Kerberos principals and set their passwords. +Kerberos principal "moira.[servername]" must be on the Kerberos admin +server ACL to create new principals and set their passwords. .PP .B startreg sets its working directory to the root, disconnects from the terminal @@ -57,8 +57,9 @@ if it is non-zero. .br /tmp/tkt_ureg \- temporary Kerberos ticket storage. .br -/etc/srvtab \- The dcm must be able to get Kerberos tickets for "register.sms". +/etc/srvtab \- The dcm must be able to get Kerberos tickets for +"moira.[hostname]". .SH AUTHORS Jay Berkenbilt, Bill Sommerfeld .SH "SEE ALSO" -userreg(1), The Project Athena Technical Plan section on SMS. +userreg(1), The Project Athena Technical Plan section on Moira.