From 032b11069d378c05ff76a639f0e46b61d7169d56 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 6 Oct 1995 01:48:22 +0000 Subject: [PATCH] Change the name of the kdc configuration file to be kdc.conf, to match the man page. :-) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6932 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/ChangeLog | 5 +++++ src/include/krb5/stock/osconf.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/include/krb5/stock/ChangeLog b/src/include/krb5/stock/ChangeLog index 7a59b36c1..ae9623d97 100644 --- a/src/include/krb5/stock/ChangeLog +++ b/src/include/krb5/stock/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 5 21:45:13 1995 Theodore Y. Ts'o + + * osconf.h (DEFAULT_KDC_PROFILE): Change the name of the kdc + configuration file to be kdc.conf. + Tue Sep 26 22:47:15 1995 Mark Eichin * osconf.h (DEFAULT_PROFILE_PATH): look in $(prefix)/lib/krb5.conf diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h index 0384c9ec9..4e9e5606e 100644 --- a/src/include/krb5/stock/osconf.h +++ b/src/include/krb5/stock/osconf.h @@ -52,7 +52,7 @@ #define DEFAULT_ADMIN_ACL "@PREFIX/lib/krb5kdc/kadm_old.acl" /* Location of KDC profile */ -#define DEFAULT_KDC_PROFILE "@PREFIX/lib/krb5kdc/kdc.prof" +#define DEFAULT_KDC_PROFILE "@PREFIX/lib/krb5kdc/kdc.conf" #define KDC_PROFILE_ENV "KRB5_KDC_PROFILE" #define DEFAULT_KDC_ENCTYPE ENCTYPE_DES_CBC_CRC -- 2.26.2