diff options
| author | Russ Allbery <rra@stanford.edu> | 2006-06-12 17:19:19 +0000 |
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2006-06-12 17:19:19 +0000 |
| commit | 8135961bad19836b76a39ac794ba4860f8e93484 (patch) | |
| tree | e55cab27dff153740aa20cbc029f2251222e3179 /src/krb524 | |
| parent | 38e6d18b6a6a08f50d9158e0865fa3f31828bdf2 (diff) | |
| download | krb5-8135961bad19836b76a39ac794ba4860f8e93484.tar.gz krb5-8135961bad19836b76a39ac794ba4860f8e93484.tar.xz krb5-8135961bad19836b76a39ac794ba4860f8e93484.zip | |
Add man pages for fakeka and k524init
Ticket: 3013
Version_Reported: 1.3.6
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18109 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/krb524')
| -rw-r--r-- | src/krb524/Makefile.in | 2 | ||||
| -rw-r--r-- | src/krb524/k524init.M | 47 |
2 files changed, 49 insertions, 0 deletions
diff --git a/src/krb524/Makefile.in b/src/krb524/Makefile.in index 7aee1c7c2..d1a38915e 100644 --- a/src/krb524/Makefile.in +++ b/src/krb524/Makefile.in @@ -96,6 +96,8 @@ install-unix:: $(INSTALL_PROGRAM) krb524d $(DESTDIR)$(SERVER_BINDIR)/krb524d $(INSTALL_PROGRAM) k524init $(DESTDIR)$(CLIENT_BINDIR)/krb524init $(INSTALL_DATA) $(srcdir)/krb524d.M $(DESTDIR)$(SERVER_MANDIR)/krb524d.8 + $(INSTALL_DATA) $(srcdir)/k524init.M \ + $(DESTDIR)$(CLIENT_MANDIR)/krb524init.1 clean-unix:: $(RM) $(OBJS) core *~ *.bak #* diff --git a/src/krb524/k524init.M b/src/krb524/k524init.M new file mode 100644 index 000000000..f480767a0 --- /dev/null +++ b/src/krb524/k524init.M @@ -0,0 +1,47 @@ +.\" krb524/k524init.M +.\" +.\" Copyright 2005 by the Massachusetts Institute of Technology. +.\" +.\" Export of this software from the United States of America may +.\" require a specific license from the United States Government. +.\" It is the responsibility of any person or organization contemplating +.\" export to obtain such a license before exporting. +.\" +.\" WITHIN THAT CONSTRAINT, permission to use, copy, modify, and +.\" distribute this software and its documentation for any purpose and +.\" without fee is hereby granted, provided that the above copyright +.\" notice appear in all copies and that both that copyright notice and +.\" this permission notice appear in supporting documentation, and that +.\" the name of M.I.T. not be used in advertising or publicity pertaining +.\" to distribution of the software without specific, written prior +.\" permission. Furthermore if you modify this software you must label +.\" your software as modified software and not distribute it in such a +.\" fashion that it might be confused with the original M.I.T. software. +.\" M.I.T. makes no representations about the suitability of +.\" this software for any purpose. It is provided "as is" without express +.\" or implied warranty. +.\" " +.TH KRB524INIT 1 +.SH NAME +krb524init \- Obtain Kerberos V4 tickets from Kerberos V5 tickets +.SH SYNOPSIS +\fBkrb524init\fP [\fB\-n\fP] [\fB\-p\fP \fIprincipal\fP] +.SH DESCRIPTION +.I krb524init +converts a V5 credential to a V4 credential by querying a remote krb524d +server and stores it in a V4 ticket cache. The credential is +.I principal +or "krbtgt" at the V5 ticket cache's default principal's realm if not +specified. +.SH OPTIONS +.TP +.B \-n +By default, the V4 ticket cache is initialized. If this option is given, +the converted credential is instead added to the existing ticket cache. +.TP +\fB\-p\fP \fIprincipal\fP +Convert +.I principal +rather than krbtgt. +.SH SEE ALSO +kinit(1), krb524d(8) |
