From c3d11ded2de4af4db72fa4256aed8f45888fb560 Mon Sep 17 00:00:00 2001 From: Paul Park Date: Tue, 9 May 1995 20:00:53 +0000 Subject: [PATCH] Add description of keytab encoding git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5784 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/kadmin/kadmin.protocol | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/doc/kadmin/kadmin.protocol b/doc/kadmin/kadmin.protocol index e534d3955..d48767b9a 100644 --- a/doc/kadmin/kadmin.protocol +++ b/doc/kadmin/kadmin.protocol @@ -221,11 +221,12 @@ o Returns NOT_AUTHORIZED - not allowed to perform this P_DOES_NOT_EXIST - principal does not exist o Supplemental Returns - - if successful + - if successful error message text - if failure o Description If the specified name/instance exists in the database, then - extract the service key entry and return it in . + extract the service key entry and return it in . + The description of follows below. o Access Required Client principal must have EXTRACT permission. @@ -271,3 +272,20 @@ Note: The value for SALTTYPE is a comma-separated list of strings. The individual values for these may be either "KRB5" or "KRB4" or a site-specific value. +Keytab Entry +------------ +If the EXTRACT SERVICE KEY function is supported, then the successful +response to this command is the key entry. This is a series of 6 +reply components as follows: + +component type value +--------- --------------- ----------------------------------------- + 1 Principal name + 2 Key entry timestamp + 3 Key's version number. + 4 Key's keytype. + 5 Key's encryption type. + 6 Key's key value. + +All of these components are mandatory. + -- 2.26.2