summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/krb5/krb5_appdefault.3
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/krb5/krb5_appdefault.3')
-rw-r--r--crypto/heimdal/lib/krb5/krb5_appdefault.312
1 files changed, 7 insertions, 5 deletions
diff --git a/crypto/heimdal/lib/krb5/krb5_appdefault.3 b/crypto/heimdal/lib/krb5/krb5_appdefault.3
index 4f395cc..750bb75 100644
--- a/crypto/heimdal/lib/krb5/krb5_appdefault.3
+++ b/crypto/heimdal/lib/krb5/krb5_appdefault.3
@@ -1,5 +1,5 @@
.\" Copyright (c) 2000 Kungliga Tekniska Högskolan
-.\" $Id: krb5_appdefault.3,v 1.5 2001/06/23 22:35:19 assar Exp $
+.\" $Id: krb5_appdefault.3,v 1.7 2002/08/28 15:30:46 joda Exp $
.Dd July 25, 2000
.Dt KRB5_APPDEFAULT 3
.Os HEIMDAL
@@ -8,6 +8,8 @@
.Nm krb5_appdefault_string ,
.Nm krb5_appdefault_time
.Nd get application configuration value
+.Sh LIBRARY
+Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS
.Fd #include <krb5.h>
.Ft void
@@ -17,14 +19,14 @@
.Ft void
.Fn krb5_appdefault_time "krb5_context context" "const char *appname" "krb5_realm realm" "const char *option" "time_t def_val" "time_t *ret_val"
.Sh DESCRIPTION
-These functions get application application defaults from the
+These functions get application application defaults from the
.Dv appdefaults
section of the
-.Xr krb5.conf 5
+.Xr krb5.conf 5
configuration file. These defaults can be specified per application,
and/or per realm.
.Pp
-These values will be looked for in
+These values will be looked for in
.Xr krb5.conf 5 ,
in order of descending importance.
.Bd -literal -offset indent
@@ -46,7 +48,7 @@ in order of descending importance.
is the name of the application, and
.Fa realm
is the realm name. If the realm is omitted it will not be used for
-resolving values.
+resolving values.
.Fa def_val
is the value to return if no value is found in
.Xr krb5.conf 5 .
OpenPOWER on IntegriCloud