diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config-files/ChangeLog | 5 | ||||
| -rw-r--r-- | src/config-files/kdc.conf.M | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/config-files/ChangeLog b/src/config-files/ChangeLog index f2a28effc..502fc4b7d 100644 --- a/src/config-files/ChangeLog +++ b/src/config-files/ChangeLog @@ -1,3 +1,8 @@ +2003-06-27 Jen Selby <jenselby@mit.edu> + + * kdc.conf.M: replaced the @LOCALSTATEDIR typos with + /usr/local/var + 2003-06-20 Tom Yu <tlyu@mit.edu> * krb5.conf.M: Sync with doc/krb5conf.texinfo. diff --git a/src/config-files/kdc.conf.M b/src/config-files/kdc.conf.M index 077bd93ea..0c1735f3c 100644 --- a/src/config-files/kdc.conf.M +++ b/src/config-files/kdc.conf.M @@ -78,14 +78,14 @@ This .B string specifies the location of the access control list (acl) file that kadmin uses to determine which principals are allowed which permissions -on the database. The default value is @LOCALSTATEDIR/krb5kdc/kadm5.acl. +on the database. The default value is /usr/local/var/krb5kdc/kadm5.acl. .IP admin_keytab This .B string Specifies the location of the keytab file that kadmin uses to authenticate to the database. The default value is -@LOCALSTATEDIR/krb5kdc/kadm5.keytab. +/usr/local/var/krb5kdc/kadm5.keytab. .IP database_name This |
