Add `encode_as_rep_as_tgs_rep' flag.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4722 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-04-05 05:06:03 +00:00
parent 020475a877
commit 11bc286094
2 changed files with 7 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ char *database;
HDB *db;
char *port_str;
int enable_http = -1;
krb5_boolean encode_as_rep_as_tgs_rep; /* bug compatibility */
#ifdef KRB4
char *v4_realm;
@@ -192,6 +193,10 @@ configure(int argc, char **argv)
}
#endif
encode_as_rep_as_tgs_rep = krb5_config_get_bool(context, cf, "kdc",
"encode_as_rep_as_tgs_rep",
NULL);
kdc_warn_pwexpire = krb5_config_get_time (context, cf,
"kdc",
"kdc_warn_pwexpire",