--- cygnus/src/config-files/kdc.conf.M	Tue Jul  1 14:06:51 1997
+++ kerbnet-1.2/config-files/kdc.conf.M	Tue May 27 21:57:34 1997
@@ -16,7 +16,8 @@
 .\" this software for any purpose.  It is provided "as is" without express
 .\" or implied warranty.
 .\"
-.TH KDC.CONF 5 "Kerberos Version 5.0" "MIT Project Athena"
+.ds h ""KerbNet -- Kerberos V5" "Cygnus Solutions""
+.TH KDC.CONF 5 \*h
 .SH NAME
 kdc.conf \- Kerberos V5 KDC configuration file
 .SH DESCRIPTION
@@ -60,32 +61,53 @@
 For each realm, the following tags may be specified in the
 .I [realms]
 subsection:
+.IP acl_file
+This
+.B string
+specifies the location of the acl file that kadmin uses to determine
+which principals are allowed which permissions on the database.  The
+default is
+.BR 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 is
+.BR kadm5.keytab .
 .IP database_name
 This
 .B string
 specifies the location of the Kerberos database for this realm.
-
-.IP master_key_name
+.IP default_principal_expiration
 This
-.B string
-specifies the name of the master key.
-
-.IP master_key_type
+.B absolute time string
+specifies the default expiration date of principals created in this realm.
+.IP default_principal_flags
 This
-.B key type string
-represents the master key's key type.
-
+.B flag string
+specifies the default attributes of principals created in this realm.
+.IP dict_file
+Name and location of the dictionary file of words that are not allowed
+as passwords.  The default is
+.BR kadm5.dict .
 .IP encryption_type
 This
 .B encryption type string
 represents the encryption type used for this realm.
-
+.IP kadmind_port
+Specifies the port that the
+.IR  kadmind (8)
+daemon is to listen for this realm.  The assigned port for kadmind is
+749.
 .IP key_stash_file
 This
 .B string
 specifies the location where the master key has been stored with
-.I kdb5_stash.
-
+.I kdb5_util
+.IR stash .
+The default is \fB.k5.\fP\fIREALM\fP where
+.I REALM
+is the Kerberos realm.
 .IP kdc_ports
 This
 .B string
@@ -95,39 +117,33 @@
 as specified in the 
 .I [kdcdefaults] 
 section is used.
-
+.IP master_key_name
+This
+.B string
+specifies the name of the master key.
+.IP master_key_type
+This
+.B key type string
+represents the master key's key type.
 .IP max_life
 This
 .B delta time string
 specifes the maximum time period that a ticket may be valid for in
 this realm.  
-
 .IP max_renewable_life
 This
 .B delta time string
 specifies the maximum time period that a ticket may be renewed for in
 this realm. 
-
-.IP default_principal_expiration
-This
-.B absolute time string
-specifies the default expiration date of principals created in this realm.
-
-.IP default_principal_flags
+.IP profile
 This
-.B flag string
-specifies the default attributes of principals created in this realm.
-
-.IP supported_keytypes
-This list of
-.B key
-:
-.B salt
-strings specifies the default key/salt combinations of principals for this
-realm.
-
+.B string
+specifies the location of the Kerberos V5 configuration file, if
+different from the default (/etc/krb5.conf).
+.IP supported_enctypes
+This list of \fBkey\fP:\fBsalt\fP strings specifies the default key/salt
+combinations of principals for this realm.
 .SH FILES 
 /usr/local/lib/krb5kdc/kdc.conf
-
 .SH SEE ALSO
 krb5.conf(5), krb5kdc(8)
