(init_context_from_config_file): set default_keytab_modify

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9875 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-05-10 15:24:57 +00:00
parent 0df16fe015
commit 26e40e86bf

View File

@@ -94,6 +94,9 @@ init_context_from_config_file(krb5_context context)
INIT_FIELD(context, string, default_keytab,
KEYTAB_DEFAULT, "default_keytab_name");
INIT_FIELD(context, string, default_keytab_modify,
KEYTAB_DEFAULT_MODIFY, "default_keytab_modify_name");
INIT_FIELD(context, string, time_fmt,
"%Y-%m-%dT%H:%M:%S", "time_format");