Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/heimdal/lib/krb5 Document:



details:   https://anonhg.NetBSD.org/src/rev/4bb594a2aa50
branches:  trunk
changeset: 506928:4bb594a2aa50
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Mar 08 17:53:46 2001 +0000

description:
Document:
- forwardable ([libdefaults] and [realms])
- proxiable ([libdefaults] and [realms])
- date_format ([libdefaults])
- srv_lookup ([libdefaults])
- srv_try_txt ([libdefaults])
- scan_interfaces ([libdefaults])
- fcache_version ([libdefaults])

diffstat:

 crypto/dist/heimdal/lib/krb5/krb5.conf.5 |  20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r 8918f01acc17 -r 4bb594a2aa50 crypto/dist/heimdal/lib/krb5/krb5.conf.5
--- a/crypto/dist/heimdal/lib/krb5/krb5.conf.5  Thu Mar 08 16:33:43 2001 +0000
+++ b/crypto/dist/heimdal/lib/krb5/krb5.conf.5  Thu Mar 08 17:53:46 2001 +0000
@@ -1,4 +1,4 @@
-.\" $Id: krb5.conf.5,v 1.4 2001/02/11 14:13:12 assar Exp $
+.\" $Id: krb5.conf.5,v 1.5 2001/03/08 17:53:46 thorpej Exp $
 .\"
 .Dd April 11, 1999
 .Dt KRB5.CONF 5
@@ -98,6 +98,12 @@
 Default ticket lifetime.
 .It Li renew_lifetime = Va time
 Default renewable ticket lifetime.
+.It Li forwardable = Va boolean
+When obtaining initial credentials, make the credentials forwardable.
+This option is also valid in the [realms] section.
+.It Li proxiable = Va boolean
+When obtaining initial credentials, make the credentials proxiable.
+This option is also valid in the [realms] section.
 .It Li verify_ap_req_nofail = Va boolean
 Enable to make a failure to verify obtained credentials
 non-fatal. This can be useful if there is no keytab on a host.
@@ -112,8 +118,20 @@
 .It Li time_format = Va string
 How to print time strings in logs, this string is passed to
 .Xr strftime 3 .
+.It Li date_format = Va string
+How to print date strings in logs, this string is passed to
+.Xr strftime 3 .
 .It Li log_utc = Va boolean
 Write log-entries using UTC instead of your local time zone.
+.It Li srv_lookup = Va boolean
+Use DNS SRV records to lookup realm configuration information.
+.It Li srv_try_txt = Va boolean
+If a SRV lookup fails, try looking up the same info in a DNS TXT record.
+.It Li scan_interfaces = Va boolean
+Scan all network interfaces for addresses, as opposed to simply using
+the address associated with the system's host name.
+.It Li fcache_version = Va int
+Use file credential cache format version specified.
 .El
 .It Li [domain_realm]
 This is a list of mappings from DNS domain to Kerberos realm. Each



Home | Main Index | Thread Index | Old Index