OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

kmip message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Issue with test case TC-DLOGIN-2-20, Request Count and leaseTime are zero?


Also on this test should both RequestCount and LeastTime be zero??
LeaseTime of zero is also used in TC-DLOGIN-1-20 test as well.

 <BatchItem>
    <Operation type="Enumeration" value="DelegatedLogin"/>
    <RequestPayload>
      <LeaseTime type="Interval" value="0"/>
      <RequestCount type="Integer" value="0"/>
      <Rights>
        <Right>
          <Operations>

BTW reading the "Delegated Login" and "Login" operation descriptions it does not say what happens if Request Count and/or Lease Time are not provided in the message since they are both optional.
I would assume that the ticket can be used however long it is desired but the spec should be explicit and say that.   However, is that case different from zero values??


Best,
Mark Joseph
P6R, Inc
408-205-0361


From: Mark Joseph <mark@p6r.com>
To: Tim Hudson <tjh@cryptsoft.com>, "tony.cox@cryptsoft.com" <tony.cox@cryptsoft.com>
Cc: OASIS KMIP Technical Committee <kmip@lists.oasis-open.org>
Sent: 12/21/2018 2:24 PM
Subject: [kmip] Issue with test case TC-DLOGIN-2-20, Result reason spelling error

The specification has a different spelling for this result reason which will be an issue in the XML and JSON tests 

Not Authorised

00000039



<ResponseMessage>
  <ResponseHeader>
    <ProtocolVersion>
      <ProtocolVersionMajor type="Integer" value="2"/>
      <ProtocolVersionMinor type="Integer" value="0"/>
    </ProtocolVersion>
    <TimeStamp type="DateTime" value="$NOW"/>
    <ServerCorrelationValue type="TextString" value="A10AD7B7-A3B6C0A0-9"/>
    <BatchCount type="Integer" value="1"/>
  </ResponseHeader>
  <BatchItem>
    <Operation type="Enumeration" value="Get"/>
    <ResultStatus type="Enumeration" value="OperationFailed"/>
    <ResultReason type="Enumeration" value="NotAuthorized"/>
    <ResultMessage type="TextString" value="DENIED"/>
  </BatchItem>
</ResponseMessage>



Best,
Mark Joseph
P6R, Inc
408-205-0361



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]