add man-pages for kf and kfd
This commit is contained in:
parent
1ce8331ad9
commit
231c9cbcf7
92
crypto/dist/heimdal/appl/kf/kf.1
vendored
Normal file
92
crypto/dist/heimdal/appl/kf/kf.1
vendored
Normal file
@ -0,0 +1,92 @@
|
||||
.\" Things to fix:
|
||||
.\" * correct section, and operating system
|
||||
.\" * remove Op from mandatory flags
|
||||
.\" * use better macros for arguments (like .Pa for files)
|
||||
.\"
|
||||
.Dd July 2, 2000
|
||||
.Dt KF 1
|
||||
.Os Heimdal
|
||||
.Sh NAME
|
||||
.Nm kf
|
||||
.Nd
|
||||
securly forward tickets
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Oo Fl p Ar port \*(Ba Xo
|
||||
.Fl -port= Ns Ar port Oc
|
||||
.Xc
|
||||
.Oo Fl l Ar login \*(Ba Xo
|
||||
.Fl -login= Ns Ar login Oc
|
||||
.Xc
|
||||
.Oo Fl c Ar ccache \*(Ba Xo
|
||||
.Fl -ccache= Ns Ar ccache Oc
|
||||
.Xc
|
||||
.Op Fl F | Fl -forwardable
|
||||
.Op Fl G | Fl -no-forwardable
|
||||
.Op Fl h | Fl -help
|
||||
.Op Fl -version
|
||||
.Ar host ...
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
program forwards tickets to a remove host through an authenticated
|
||||
and encrypted stream. Options supported are:
|
||||
.Bl -tag -width Ds
|
||||
.It Xo
|
||||
.Fl p Ar port Ns ,
|
||||
.Fl -port= Ns Ar port
|
||||
.Xc
|
||||
port to connect to
|
||||
.It Xo
|
||||
.Fl l Ar login Ns ,
|
||||
.Fl -login= Ns Ar login
|
||||
.Xc
|
||||
remote login name
|
||||
.It Xo
|
||||
.Fl c Ar ccache Ns ,
|
||||
.Fl -ccache= Ns Ar ccache
|
||||
.Xc
|
||||
remote cred cache
|
||||
.It Xo
|
||||
.Fl F Ns ,
|
||||
.Fl -forwardable
|
||||
.Xc
|
||||
forward forwardable credentials
|
||||
.It Xo
|
||||
.Fl G Ns ,
|
||||
.Fl -no-forwardable
|
||||
.Xc
|
||||
do not forward forwardable credentials
|
||||
.It Xo
|
||||
.Fl h Ns ,
|
||||
.Fl -help
|
||||
.Xc
|
||||
.It Xo
|
||||
.Fl -version
|
||||
.Xc
|
||||
.El
|
||||
.Pp
|
||||
.Nm
|
||||
is useful when you do not want to enter your password on a remote host
|
||||
but want to have your tickets one for example afs.
|
||||
.Pp
|
||||
In order for
|
||||
.Nm
|
||||
to work you will need to acquire your initial ticket with forwardable
|
||||
flag, ie
|
||||
.Nm kinit Fl -forwardable .
|
||||
.Pp
|
||||
.Nm telnet
|
||||
is able to forward ticket by itself.
|
||||
.\".Sh ENVIRONMENT
|
||||
.\".Sh FILES
|
||||
.\".Sh EXAMPLES
|
||||
.\".Sh DIAGNOSTICS
|
||||
.Sh SEE ALSO
|
||||
.Xr kfd 8 ,
|
||||
.Xr kinit 1 ,
|
||||
.Xr telnet 1
|
||||
.\".Sh STANDARDS
|
||||
.\".Sh HISTORY
|
||||
.\".Sh AUTHORS
|
||||
.\".Sh BUGS
|
59
crypto/dist/heimdal/appl/kf/kfd.8
vendored
Normal file
59
crypto/dist/heimdal/appl/kf/kfd.8
vendored
Normal file
@ -0,0 +1,59 @@
|
||||
.\" Things to fix:
|
||||
.\" * correct section, and operating system
|
||||
.\" * remove Op from mandatory flags
|
||||
.\" * use better macros for arguments (like .Pa for files)
|
||||
.\"
|
||||
.Dd July 2, 2000
|
||||
.Dt KFD 8
|
||||
.Os Heimdal
|
||||
.Sh NAME
|
||||
.Nm kfd
|
||||
.Nd
|
||||
receive forwarded tickets
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Oo Fl p Ar port \*(Ba Xo
|
||||
.Fl -port= Ns Ar port Oc
|
||||
.Xc
|
||||
.Op Fl i | Fl -inetd
|
||||
.Oo Fl R Ar regpag \*(Ba Xo
|
||||
.Fl -regpag= Ns Ar regpag Oc
|
||||
.Xc
|
||||
.Op Fl h | Fl -help
|
||||
.Op Fl -version
|
||||
.Sh DESCRIPTION
|
||||
This is the daemon for
|
||||
.Nm kf .
|
||||
Supported options:
|
||||
.Bl -tag -width Ds
|
||||
.It Xo
|
||||
.Fl p Ar port Ns ,
|
||||
.Fl -port= Ns Ar port
|
||||
.Xc
|
||||
port to listen to
|
||||
.It Xo
|
||||
.Fl i Ns ,
|
||||
.Fl -inetd
|
||||
.Xc
|
||||
not started from inetd
|
||||
.It Xo
|
||||
.Fl R Ar regpag Ns ,
|
||||
.Fl -regpag= Ns Ar regpag
|
||||
.Xc
|
||||
path to regpag binary
|
||||
.El
|
||||
.\".Sh ENVIRONMENT
|
||||
.\".Sh FILES
|
||||
.Sh EXAMPLES
|
||||
Put the following in
|
||||
.Pa /etc/inetd.conf :
|
||||
.Bd -literal
|
||||
kf stream tcp nowait root /usr/heimdal/libexec/kfd kfd
|
||||
.Ed
|
||||
.\".Sh DIAGNOSTICS
|
||||
.Sh SEE ALSO
|
||||
.Xr kf 1
|
||||
.\".Sh STANDARDS
|
||||
.\".Sh HISTORY
|
||||
.\".Sh AUTHORS
|
||||
.\".Sh BUGS
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:41 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2000/07/02 07:39:40 assar Exp $
|
||||
DIST= ${.CURDIR}/../../crypto/dist
|
||||
.PATH: ${DIST}/heimdal/appl/kf
|
||||
|
||||
@ -22,6 +22,6 @@ LDADD= -lkrb5 \
|
||||
-lroken \
|
||||
-lcrypt
|
||||
|
||||
NOMAN=
|
||||
MAN= kfd.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:18 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2000/07/02 07:39:39 assar Exp $
|
||||
DIST= ${.CURDIR}/../../crypto/dist
|
||||
.PATH: ${DIST}/heimdal/appl/kf
|
||||
|
||||
@ -22,6 +22,6 @@ LDADD= -lkrb5 \
|
||||
-lroken \
|
||||
-lcrypt
|
||||
|
||||
NOMAN=
|
||||
MAN1= kf.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user