| From: | Sam Hartman <hartmans@MIT.EDU> |
| To: | Nicolas Williams <Nicolas.Williams@oracle.com>, krb5-bugs@MIT.EDU |
| Subject: | document preferred_preauth_types |
| Date: | Tue, 28 Sep 2010 08:49:49 -0400 |
| CC: | Russ Allbery <rra@stanford.edu> |
In a discussion on krbdev, Nico told Russ that krb5.conf could force
preauth.
Russ said he was unaware of that option; Nico thought he must have been
mistaken.
However, Quoting get_in_tkt.c:
ret = krb5int_libdefault_string(context, realm,
KRB5_CONF_PREFERRED_PREAUTH\
_TYPES,
&preauth_types);
This option should be documented.
--Sam