This file is indexed.

/usr/share/aqbanking/backends/aqhbci/dialogs/dlg_edituserpintan.dlg is in libaqbanking-data 5.3.5beta-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="utf-8"?>

<!--
/***************************************************************************
 copyright   : (C) 2010 by Martin Preuss
 email       : martin@aqbanking.de

 ***************************************************************************
 * This file is part of the project "AqBanking".                           *
 * Please see toplevel file COPYING of that project for license details.   *
 ***************************************************************************/
-->

<dialog type="dialog" name="ah_edit_user_pintan" i18n="aqbanking"
        flags="decorShrinkable decorStretchable decorMaximize decorMinimize decorClose decorMenu" >
  <widget type="vlayout" flags="fillX fillY" >

    <widget type="groupBox" text="General Settings" flags="fillX" >
      <widget type="vlayout" flags="fillX fillY" >
        <widget type="hlayout" flags="fillX" >

          <widget type="gridLayout" columns="2" flags="fillX" >

            <widget type="label" text="Country" />
            <widget type="comboBox" name="countryCombo"  columns="20" flags="fillX readOnly" />

            <widget type="label" text="User Name" />
            <widget type="lineEdit" name="userNameEdit" columns="20" flags="fillX" />

            <widget type="label" text="Bank Code" />
            <widget type="hlayout" flags="fillX" >
              <widget type="lineEdit" name="bankCodeEdit" flags="fillX" />
              <widget type="pushButton" name="bankCodeButton" text="Select" />
            </widget>

            <widget type="label" text="User Id" />
            <widget type="lineEdit" name="userIdEdit" columns="20" flags="fillX" />

            <widget type="label" text="Customer Id" />
            <widget type="lineEdit" name="customerIdEdit" columns="20" flags="fillX" />

          </widget>

        </widget> <!-- hlayout -->
      </widget>   <!-- vlayout -->
    </widget>     <!-- groupBox -->


    <widget type="groupBox" text="HBCI Settings" flags="fillX" >
      <widget type="vlayout" flags="fillX fillY" >

        <widget type="gridLayout" columns="2" flags="fillX" >

          <widget type="label" text="Server URL" />
          <widget type="lineEdit" name="urlEdit" columns="40" flags="fillX" />

          <widget type="label" text="HBCI Version" />
          <widget type="comboBox" name="hbciVersionCombo"  columns="20" flags="fillX" />

          <widget type="label" text="HTTP Version" />
          <widget type="comboBox" name="httpVersionCombo"  columns="20" flags="fillX" />

          <widget type="label" text="Selected TAN Method" />
          <widget type="comboBox" name="tanMethodCombo"  columns="20" flags="fillX" />

          <widget type="label" text="TAN Medium ID" />
          <widget type="lineEdit" name="tanMediumIdEdit" columns="32" flags="fillX" />

        </widget>
        <widget type="hlayout" name="hlayout1" flags="fillX" >
          <widget type="checkBox" name="forceSslv3Check" text="Force SSLv3" />
          <widget type="hspacer" name="hspacer1" flags="fillX" />
        </widget>
        <widget type="hlayout" name="hlayout2" flags="fillX" >
          <widget type="checkBox" name="noBase64Check" text="Disable Base64 Encoding" />
          <widget type="hspacer" name="hspacer2" flags="fillX" />
        </widget>
        <widget type="hlayout" name="hlayout3" flags="fillX" >
          <widget type="checkBox" name="omitSmsAccountCheck" text="Omit SMS Account" />
          <widget type="hspacer" name="hspacer3" flags="fillX" />
        </widget>

      </widget>   <!-- vlayout -->
    </widget>     <!-- groupBox -->


    <widget type="groupBox" text="Special Actions" flags="fillX" >
      <widget type="gridLayout" columns="2" flags="fillX equalWidth" >
        <widget type="pushButton" text="Get Certificate" name="getCertButton" />
        <widget type="pushButton" text="Get System Id" name="getSysIdButton" />
        <widget type="pushButton" text="Get iTAN Modes" name="getItanModesButton" />
        <widget type="pushButton" text="Get Accounts" name="getAccountsButton" />
      </widget>
    </widget>     <!-- groupBox -->


    <!-- wizard controls -->
    <widget type="vspacer" flags="fillY" />
    <widget type="hLine" flags="fillX" />
    <widget type="hlayout" flags="fillX equalWidth" >
      <widget type="pushButton" text="Help"     name="helpButton" />
      <widget type="hspacer" flags="fillX" />
      <widget type="pushButton" text="Ok"     name="okButton" flags="default" />
      <widget type="pushButton" text="Abort"  name="abortButton" />
    </widget>

  </widget>

</dialog>