Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can we run ktpass to generate the key from any window client?

User_1QFCOMay 10 2020 — edited May 11 2020

Hi All,

Is it possible to run ktpass from any window client to generate keytab file?or we must login directly to the AD window server?

ktpass -princ oracle/db.example.com@EXAMPLE.COM -mapuser EXAMPLE\db -pass Welcome1 -crypto AES256-SHA1 -ptype KRB5_NT_PRINCIPAL -kvno 3 -out c:\temp\db.keytab

I am implementing  EUS and now stuck on the step to generate the keytab file to be use on the db side.I don't have direct access the the AD windows server.

Thank you

Best regards

This post has been answered by Srinath Menon-Oracle on May 11 2020
Jump to Answer

Comments

amishra

Make sure that your align/ align id values for popup behavior have right values, if they are set. Also, are you using dialog or panel window inside your popup, as these components by default cause popup to ope in the middle of the browser window?

Jack Issac

Unfortunately, it didn't work. I tried all align values and no align values. Also default, popup can't show in front of region, same problem. is it can be about region?

amishra

It should not be the region issue. Could you share your jspx code, could be something with your page structure ?

Jack Issac

This is my jspx page code,

<?xml version='1.0' encoding='UTF-8'?>

<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"

          xmlns:f="http://java.sun.com/jsf/core"

          xmlns:h="http://java.sun.com/jsf/html"

          xmlns:af="http://xmlns.oracle.com/adf/faces/rich">

  <jsp:directive.page contentType="text/html;charset=UTF-8"/>

  <f:view>

    <af:document id="d1">

      <af:messages id="m1"/>

      <af:pageTemplate viewId="/indexTemp.jspx" id="pt1">

        <f:facet name="bottom">

          <af:group id="g1">

            <af:form id="f2">

              <af:panelGroupLayout id="pgl1" layout="scroll">

                <af:region value="#{bindings.personelTaskFlow1.regionModel}"

                           id="r1"/>

                <div class="bottomInfoDiv">

                  <img src="image/index/companyLogo.png" alt="CompanyLogo"/>

                  <p style="float:left;margin-right:10px;font-weight:bold;margin-top:20px;font-size:14px;">

                    - Company

                  </p>

                  <p style="float:right;margin-right:10px;font-weight:bold;margin-top:15px;font-size:14px;">

                    All Rights Reserved 2014

                  </p>

                </div>

              </af:panelGroupLayout>

            </af:form>

          </af:group>

        </f:facet>

      </af:pageTemplate>

    </af:document>

  </f:view>

</jsp:root>

amishra

Hi Jack,

I do not see any popup and the button that opens up popup in this page. Is it on another page ?

report error:
Oops, something went wrong!  We've notified our team to take a look. Please try again later. (Reference 300000.25.195.61859).