diff options
author | gibbs <gibbs@FreeBSD.org> | 1995-09-15 06:13:43 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1995-09-15 06:13:43 +0000 |
commit | 6669165a88a33e533902261fbb94ecc4f450ee84 (patch) | |
tree | c3e2c2edc691537c3aac27ac2ca23c8271ec3976 /eBones/libexec/rkinitd/rkinitd.8 | |
parent | a4d149d00db4ee2142db9872c6e65e45d5bcd045 (diff) | |
parent | 2dea3346f88a29c40ebde5702a49bf0240b0e0bb (diff) | |
download | FreeBSD-src-6669165a88a33e533902261fbb94ecc4f450ee84.zip FreeBSD-src-6669165a88a33e533902261fbb94ecc4f450ee84.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r10768,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'eBones/libexec/rkinitd/rkinitd.8')
-rw-r--r-- | eBones/libexec/rkinitd/rkinitd.8 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/eBones/libexec/rkinitd/rkinitd.8 b/eBones/libexec/rkinitd/rkinitd.8 new file mode 100644 index 0000000..cce921e --- /dev/null +++ b/eBones/libexec/rkinitd/rkinitd.8 @@ -0,0 +1,42 @@ +.\" +.\" $Header: /local/cvsfiles/kerberos/src/appl/rkinit/man/rkinitd.8,v 1.1 1991/12/03 23:21:32 eichin Exp $ +.\" $Source: /local/cvsfiles/kerberos/src/appl/rkinit/man/rkinitd.8,v $ +.\" $Author: eichin $ +.\" +.\" +.TH RKINITD 8 "November 12, 1989" +.UC 4 +.SH NAME +rkinitd \- server for +.I rkinit, +a remote kerberos ticket establishment utility +.SH SYNOPSIS +.B rkinitd +.SH DESCRIPTION +.I rkinitd +is the server for +.I rkinit. +See +.IR rkinit (1) +for information about +.I rkinit. +.I rkinitd +is started from inetd and must be run as root or be installed +setuid(root) as it needs to be able to read /etc/athena/srvtab and +change its uid to create tickets. + +.I rkinitd +times out in 60 seconds if the transaction is not completed. + +.I rkinitd +must be running on a machine that is registered for rlogin +service; that is, the host must have a srvtab containing an rcmd.<host> +key where <host> is the value returned by the +.IR krb_get_phost (3) +kerberos library call. + +.SH SEE ALSO +rkinit(1), inetd(8), kerberos(1), kerberos(3) + +.SH AUTHOR +Emanuel Jay Berkenbilt (MIT-Project Athena) |