diff options
| author | Paul Park <pjpark@mit.edu> | 1995-07-31 20:03:54 +0000 |
|---|---|---|
| committer | Paul Park <pjpark@mit.edu> | 1995-07-31 20:03:54 +0000 |
| commit | 556aaf10700f3e327eb5375b424bca268d8edeaf (patch) | |
| tree | 3be24a86e9310bbebdbb306aca5af1146b8df7eb /src/admin/create/kdb5_create.M | |
| parent | 9a12a0af6c65e74fc4437bc19d54cff46bedd960 (diff) | |
| download | krb5-556aaf10700f3e327eb5375b424bca268d8edeaf.tar.gz krb5-556aaf10700f3e327eb5375b424bca268d8edeaf.tar.xz krb5-556aaf10700f3e327eb5375b424bca268d8edeaf.zip | |
Use new admin string conversion routines
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6366 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/create/kdb5_create.M')
| -rw-r--r-- | src/admin/create/kdb5_create.M | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/admin/create/kdb5_create.M b/src/admin/create/kdb5_create.M index 109e2e07b..4a4fc4b29 100644 --- a/src/admin/create/kdb5_create.M +++ b/src/admin/create/kdb5_create.M @@ -67,8 +67,7 @@ created; by default the database is in DEFAULT_DBM_FILE (normally 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. +option specifies the key type of the master key in the database. .PP The .B \-M @@ -79,9 +78,8 @@ the default is KRB5_KDB_M_NAME (usually "K/M" in the KDC's realm). 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 +option specifies the encryption type to be used when placing entries in +the database. keytype. .SH SEE ALSO krb5(3), krb5kdc(8) |
