Don't document kdc_supported_enctypes
authorSam Hartman <hartmans@mit.edu>
Thu, 24 Jul 2003 20:35:17 +0000 (20:35 +0000)
committerSam Hartman <hartmans@mit.edu>
Thu, 24 Jul 2003 20:35:17 +0000 (20:35 +0000)
Since the code for kdc_supported_enctypes was removed, the docs should
be as well.

Ticket: new
Target_Version: 1.3.1
Tags: pullup

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

doc/ChangeLog
doc/admin.texinfo

index 717da31daf99858fd6281e3ee939452b7e8abb21..b71b54a141c944689c7becd0a7a0ddf59345d8c7 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-24  Sam Hartman  <hartmans@mit.edu>
+
+       * admin.texinfo (realms (kdc.conf)): Remove references to kdc_supported_enctypes
+       (Sample kdc.conf File): Remove kdc_supported_enctypes here too
+
 2003-06-20  Tom Yu  <tlyu@mit.edu>
 
        * build.texinfo (Installing the Binaries): New node; describe
index b965937e09b6156a9f15741017286114450a44f4..0706aa51df736c0769ecb3403580304a0872efe6 100644 (file)
@@ -1264,10 +1264,6 @@ will have keys of these types.  The default value for this tag is
 @value{DefaultSupportedEnctypes}. For lists of possible values, see
 @ref{Supported Encryption Types} and @ref{Salts}.
 
-@itemx kdc_supported_enctypes
-Specifies the permitted key/salt combinations of principals for this
-realm.  The format is the same as @code{supported_enctypes}.
-
 @itemx reject_bad_transit
 A boolean value (@code{true}, @code{false}).  If set to @code{true}, the
 KDC will check the list of transited realms for cross-realm tickets
@@ -1319,7 +1315,6 @@ Here's an example of a @code{kdc.conf} file:
         max_renewable_life = 7d 0h 0m 0s
         master_key_type = des3-hmac-sha1
         supported_enctypes = des3-hmac-sha1:normal des-cbc-crc:normal des-cbc-crc:v4
-        kdc_supported_enctypes = des3-hmac-sha1:normal des-cbc-crc:normal des-cbc-crc:v4
     @}
 
 [logging]