diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-05-05 17:11:49 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-05-05 17:11:49 +0000 |
| commit | c8aa3532405f2a1bf67c8514244a2ab02e5e1831 (patch) | |
| tree | 3213cfc8241b43b0052f96779ef24bb9591a5b5f | |
| parent | c460844b1985d132be10bf078537c169cb04188e (diff) | |
Minor fixups for beta 5 release. Mainly points that the krb.conf and
krb.realms section need to be updated and should be ignored in favor
of the krb5.conf manual page.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5744 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | doc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/install.texi | 20 |
2 files changed, 20 insertions, 6 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index b525eec86..120fe72a5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +Fri May 5 13:10:38 1995 Theodore Y. Ts'o (tytso@dcl) + + * install.texi: Minor fixups for beta 5 release. Mainly points + that the krb.conf and krb.realms section need to be + updated and should be ignored in favor of the krb5.conf + manual page. Fri Apr 28 16:59:41 EDT 1995 Paul Park (pjpark@mit.edu) Add new kadmin.protocol. diff --git a/doc/install.texi b/doc/install.texi index 37b48d809..0d171fbfc 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -6,9 +6,9 @@ @setchapternewpage odd @c %**end of header -@set EDITION pre-BETA 5 -@set VERSION pre-BETA 5 -@set UPDATED March 8, 1995 +@set EDITION BETA 5 +@set VERSION BETA 5 +@set UPDATED May 5, 1995 @ignore @iftex @@ -236,7 +236,10 @@ context diffs or unified diffs (using @samp{diff -c} or @samp{diff Please note that there are still a number of aspects of Kerberos V5 which will likely change before the 1.0 release. In particular, the syntax and the names of the configuration files, @file{krb.conf} and -@file{krb.realms}, are very likely to change in the near future. In +@file{krb.realms}, are very likely to change in the near future. +(@strong{Actually}, they've changed already; this documentation hasn't +been updated yet to reflect this yet, though. See the @file{krb5.conf} +man page for a description of the new configuration file format.) In addition the location of the executable programs may also change as well. @@ -945,8 +948,13 @@ your Kerberos realm should be @code{CYGNUS.COM}. @comment node-name, next, previous, up@section @subsection Configuration files -@strong{WARNING:} The name and syntax of the @file{krb.conf} and -@file{krb.realms} file will be changing before the 1.0 release! +@strong{WARNING:} The @file{krb.conf} and @file{krb.realms} files are no +longer used by this release; this documentation hasn't been updated yet +to describe the new @file{krb5.conf} file, so please disregard the next +two subsections. Information about the contents of the @file{krb5.conf} file +can be found in @file{krb5.conf} manual page, which is located in the +source tree in the @file{src/config-files} subdirectory. + @menu * krb.conf:: |
