From: Alexandra Ellwood Date: Wed, 8 Sep 2004 15:56:31 +0000 (+0000) Subject: Added a man page for krb5-config X-Git-Tag: krb5-1.4-beta1~101 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=28d965db9565cb46ee1ba4e012c1708d1af73ab1;p=krb5.git Added a man page for krb5-config ticket: 2694 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16727 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 78786d3d9..efc1aedea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-09-07 Alexandra Ellwood + + * krb5-config.M: Added a man page for krb5-config. + 2004-08-24 Ken Raeburn * configure.in: Don't test for pthread_rwlock_init. diff --git a/src/krb5-config.M b/src/krb5-config.M new file mode 100644 index 000000000..c0a0fa140 --- /dev/null +++ b/src/krb5-config.M @@ -0,0 +1,74 @@ +.\" krb5-config.M +.\" +.\" Copyright 1990 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 KRB5-CONFIG 1 +.SH NAME +krb5-config \- tool for linking against MIT Kerberos libraries +.SH SYNOPSIS +.B krb5-config +[ \fB--help\fP | \fB--all\fP | \fB--version\fP | \fB--vendor\fP | \fB--prefix\fP | +\fB--exec-prefix\fP | \fB--cflags\fP | \fB--libs\fP libraries ] +.br +.SH DESCRIPTION +.I krb5-config +tells the application programmer what special flags to use to compile +and link programs against the installed Kerberos libraries. +.SH OPTIONS +.TP +\fB\--help\fP +print usage message. This is the default. +.TP +\fB\--all\fP +prints version, vendor, prefix and exec-prefix. +.TP +\fB\--version\fP +prints the version of the installed Kerberos implementation. +.TP +\fB\--vendor\fP +prints the vendor of the installed Kerberos implementation. +.TP +\fB\--prefix\fP +prints the prefix with which Kerberos was built. +.TP +\fB\--exec-prefix\fP +prints the exec-prefix with which Kerberos was built. +.TP +\fB\--cflags\fP +prints the compiler flags with which Kerberos was built. +.TP +\fB\--libs\fP \fIlibraries\fP +list compiler options required to link with \fIlibraries\fP. Possible +values for \fIlibraries\fP are: +.sp +.nf +.in +.5i +krb5 Kerberos 5 application +gssapi GSSAPI application with Kerberos 5 bindings +krb4 Kerberos 4 application +kadm-client Kadmin client +kadm-server Kadmin server +kdb Application that accesses the kerberos database +.in -.5i +.fi +.SH SEE ALSO +kerberos(1), cc(1)