kdc_openlog

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3132 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-24 12:08:55 +00:00
parent a9f2ca5f50
commit bd455bae18
3 changed files with 20 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ configure(int argc, char **argv)
}
if(config_file == NULL)
config_file = "kdc.conf";
config_file = HDB_DB_DIR "/kdc.conf";
if(krb5_config_parse_file(config_file, &cf))
goto end;
@@ -171,6 +171,7 @@ configure(int argc, char **argv)
else
kdc_warn_pwexpire = 0;
kdc_openlog(cf);
krb5_config_file_free (cf);
end:
if(max_request == 0)