default default_keytab_modify to NULL
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10815 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997 - 2001 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997 - 2002 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -98,7 +98,7 @@ init_context_from_config_file(krb5_context context)
|
|||||||
KEYTAB_DEFAULT, "default_keytab_name");
|
KEYTAB_DEFAULT, "default_keytab_name");
|
||||||
|
|
||||||
INIT_FIELD(context, string, default_keytab_modify,
|
INIT_FIELD(context, string, default_keytab_modify,
|
||||||
KEYTAB_DEFAULT_MODIFY, "default_keytab_modify_name");
|
NULL, "default_keytab_modify_name");
|
||||||
|
|
||||||
INIT_FIELD(context, string, time_fmt,
|
INIT_FIELD(context, string, time_fmt,
|
||||||
"%Y-%m-%dT%H:%M:%S", "time_format");
|
"%Y-%m-%dT%H:%M:%S", "time_format");
|
||||||
|
Reference in New Issue
Block a user