diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/stock/ChangeLog | 5 | ||||
| -rw-r--r-- | src/include/krb5/stock/osconf.h | 2 |
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 |
