git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11255 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Jacques A. Vidrine
2002-08-28 15:29:18 +00:00
parent b59dafe5ca
commit 920d23770a

View File

@@ -2,9 +2,6 @@
* lib/krb5/verify_krb5_conf.c: check for `krb4_get_tickets' in
[appdefaults] (for kinit) rather than [libdefaults].
2002-08-28 Jacques Vidrine <nectar@kth.se>
* lib/krb5/context.c: rename the `srv_lookup' option to
`dns_lookup_kdc'.
* lib/krb5/get_host_realm.c: add a knob `dns_lookup_realm'
@@ -13,6 +10,8 @@
on a domain-by-domain basis in the [domain_realms] section.
add a knob `dns_lookup_realm_labels' to specify which labels
(e.g. `_kerberos') to use with dns-locate.
* lib/krb5/verify_krb5_conf.c: check for new options related
to dns-locate
2002-08-27 Assar Westerlund <assar@kth.se>