From: Theodore Tso Date: Fri, 6 Oct 1995 01:48:22 +0000 (+0000) Subject: Change the name of the kdc configuration file to be kdc.conf, to match X-Git-Tag: krb5-1.0-beta6~936 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=032b11069d378c05ff76a639f0e46b61d7169d56;p=krb5.git 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 --- 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