* admin.texinfo (appdefaults): Clarify afs_krb5 slightly
authorTom Yu <tlyu@mit.edu>
Fri, 23 May 2003 23:01:45 +0000 (23:01 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 23 May 2003 23:01:45 +0000 (23:01 +0000)
ticket: 1192

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

doc/ChangeLog
doc/admin.texinfo

index 18d239039dced340d53f7bbbc6cf231d7075d7e9..6e040f8fbc7a34a2f7d03ce536a8cac5b4896392 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-23  Tom Yu  <tlyu@mit.edu>
+
+       * admin.texinfo (appdefaults): Clarify afs_krb5 slightly.
+
 2003-05-22  Sam Hartman  <hartmans@mit.edu>
 
        * admin.texinfo (appdefaults): Describe afs_krb5
index d35246911006a3db30b773833b31bd6a4a7a83b1..468d6330912ba2f3ec7ac604b6d6de65e892d1e5 100644 (file)
@@ -610,13 +610,13 @@ The list of specifiable options for each application may be found in
 that application's man pages.  The application defaults specified here
 are overridden by those specified in the [realms] section.
 
-A special application (afs_krb5) is used by the krb524 service
-to know whether new format AFS tickets based on Kerberos 5 can be used
+A special application name (afs_krb5) is used by the krb524 service to
+know whether new format AFS tokens based on Kerberos 5 can be used
 rather than the older format which used a converted Kerberos 4 ticket.
 The new format allows for cross-realm authentication without
 introducing a security hole.  It is used by default.  Older AFS
 servers (before OpenAFS 1.2.8) will not support the new format.  If
-servers in your cell do not support the new format you will need to
+servers in your cell do not support the new format, you will need to
 add an @code{afs_krb5} relation to the @code{appdefaults} section.
 The following config file shows how to disable new format AFS tickets
 for the @code{afs.example.com} cell in the @code{EXAMPLE.COM} realm.
@@ -624,9 +624,9 @@ for the @code{afs.example.com} cell in the @code{EXAMPLE.COM} realm.
 @smallexample
 @group
 [appdefaults]
-afs_krb5 = @{ 
-    EXAMPLE.COM = @{
-        afs/afs.example.com = false
+    afs_krb5 = @{ 
+        EXAMPLE.COM = @{
+            afs/afs.example.com = false
         @}
     @}