summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-10-06 01:48:22 +0000
committerTheodore Tso <tytso@mit.edu>1995-10-06 01:48:22 +0000
commit032b11069d378c05ff76a639f0e46b61d7169d56 (patch)
treeb7d906e9a1c6e3cc736a9797e58984feb05c4f5f /src/include
parentabf9506bb65d53acec7e92120fe30814d40d130f (diff)
downloadkrb5-032b11069d378c05ff76a639f0e46b61d7169d56.tar.gz
krb5-032b11069d378c05ff76a639f0e46b61d7169d56.tar.xz
krb5-032b11069d378c05ff76a639f0e46b61d7169d56.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/ChangeLog5
-rw-r--r--src/include/krb5/stock/osconf.h2
2 files changed, 6 insertions, 1 deletions
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 <tytso@dcl>
+
+ * 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 <eichin@cygnus.com>
* 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