* install.texinfo (kdc.conf): remove profile relation from
authorBarry Jaspan <bjaspan@mit.edu>
Wed, 13 Nov 1996 20:17:58 +0000 (20:17 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Wed, 13 Nov 1996 20:17:58 +0000 (20:17 +0000)
  krb5.conf and kdc.conf [PR 124]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9406 dc483132-0cff-0310-8789-dd5450dbe970

doc/ChangeLog
doc/install.texinfo

index e09240b3f80788a4444338005d473941b4ee2cec..dd4f3ca434d0113f03730fc1cc80ac382c6e4806 100644 (file)
@@ -1,3 +1,8 @@
+Wed Nov 13 15:17:22 1996  Barry Jaspan  <bjaspan@mit.edu>
+
+       * install.texinfo (kdc.conf): remove profile relation from
+       krb5.conf and kdc.conf [PR 124]
+
 Mon Nov 11 12:45:39 1996  Barry Jaspan  <bjaspan@mit.edu>
 
        * install.texinfo (kdc.conf): remove admin_database_name and
index 7ac7f56808473a78e588779debeefb7018f4e1ca..dcc969e46ed083cc11a6a3b720752a31e3a587cc 100644 (file)
@@ -1333,7 +1333,7 @@ should be readable only by root.
 @node krb5.conf, kdc.conf, Files, Files
 @appendixsec krb5.conf
 
-Here is an example of a generic @code{krb5.conf} file:
+Here is an example @code{krb5.conf} file:
 
 @smallexample
 @group
@@ -1359,14 +1359,11 @@ Here is an example of a generic @code{krb5.conf} file:
 @end smallexample
 
 For the KDCs, add a section onto the end of the @code{krb5.conf} file
-telling where the @code{kdc.conf} file is located, as in the following
+telling how logging information should be stored, as in the following
 example:
 
 @smallexample
 @group
-[kdc]
-    profile = @value{ROOTDIR}/var/krb5kdc/kdc.conf
-
 [logging]
     kdc = FILE:/var/log/krb5kdc.log
     admin_server = FILE:/var/log/kadmin.log
@@ -1382,7 +1379,7 @@ example:
 @node kdc.conf,  , krb5.conf, Files
 @appendixsec kdc.conf
 
-Here's an example of a generic kdc.conf file:
+Here's an example of a kdc.conf file:
 
 @smallexample
 @group
@@ -1391,7 +1388,6 @@ Here's an example of a generic kdc.conf file:
 
 [realms]
     @value{PRIMARYREALM} = @{
-        profile = /etc/krb5.conf
         database_name = @value{ROOTDIR}/var/krb5kdc/principal
         admin_keytab = @value{ROOTDIR}/var/krb5kdc/kadm5.keytab
         acl_file = @value{ROOTDIR}/var/krb5kdc/kadm5.acl