From b32ecbd21946c99b9940a10b1042c49605ce46e9 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 30 Apr 1991 10:17:26 +0000 Subject: [PATCH] clean up some stuff git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2058 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/edit/kdb5_edit.M | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/admin/edit/kdb5_edit.M b/src/admin/edit/kdb5_edit.M index c3d0fbfd4..373a9b9fa 100644 --- a/src/admin/edit/kdb5_edit.M +++ b/src/admin/edit/kdb5_edit.M @@ -42,7 +42,7 @@ program. The .B \-r .I realm -option specifies the realm for which the database should be created; +option specifies the realm of the database; by default the realm returned by .IR krb5_default_local_realm (3) is used. @@ -50,29 +50,28 @@ is used. The .B \-d .I dbname -option specifies the name under which the principal database is to be -created; by default the database is in DEFAULT_DBM_FILE (normally -/krb5/principal). +option specifies the name under which the principal database is stored; +by default the database is in DEFAULT_DBM_FILE (defined in ). .PP The .B \-k .I keytype option specifies the key type (as an ascii representation of a decimal -number) of the master key in the database; the default is KEYTYPE_DES. +number) of the master key in the database; the default is +DEFAULT_KDC_KEYTYPE (defined in ). .PP The .B \-M .I mkeyname option specifies the principal name for the master key in the database; -the default is KRB5_KDB_M_NAME (usually "K/M" in the KDC's realm). +the default is KRB5_KDB_M_NAME (defined in ). .PP The .B \-e .I enctype option specifies the encryption type (as an ascii representation of a decimal number) to be used when placing entries in -the database; the default is the default encryption type for the master -keytype. +the database; the default is DEFAULT_KDC_ETYPE (defined in ). .PP The .B \-m -- 2.26.2