diff options
author | John Kohl <jtkohl@mit.edu> | 1991-04-30 10:17:26 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1991-04-30 10:17:26 +0000 |
commit | b32ecbd21946c99b9940a10b1042c49605ce46e9 (patch) | |
tree | d340c068f6b23c9e91b432e30cef0a53d6f4787b | |
parent | 41755c6a3fd51873aa457486c878d19f98dc0682 (diff) | |
download | krb5-b32ecbd21946c99b9940a10b1042c49605ce46e9.tar.gz krb5-b32ecbd21946c99b9940a10b1042c49605ce46e9.tar.xz krb5-b32ecbd21946c99b9940a10b1042c49605ce46e9.zip |
clean up some stuff
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2058 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | src/admin/edit/kdb5_edit.M | 15 |
1 files 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 <krb5/osconf.h>). .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 <krb5/osconf.h>). .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 <krb5/kdb.h>). .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 <krb5/osconf.h>). .PP The .B \-m |