This file is indexed.

/usr/share/gosa/plugins/admin/opsiLicenses/licenseGeneric.tpl is in gosa-plugin-opsi 2.7.4+reloaded2-13+deb9u1.

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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
{if !$init_successfull}

  <br>
    <b>{msgPool type=siError}</b><br>
    {t}Check if the GOsa support daemon (gosa-si) is running.{/t}&nbsp;
    <button type='submit' name='retry_init'>{t}Retry{/t}</button>
  <br>
  <hr>
{else}

<h3>{t}License{/t}</h3>

<table style='width:100%' summary="{t}License settings{/t}">
  <tr>
    <td style='width:50%;'  class='right-border'>        


        <table  summary="{t}Generic settings{/t}">
          <tr>
            <td>
              {t}Name{/t}{$must}
            </td>
            <td>
              {if $initially_was_account}
                <input type='text' name='dummy12' disabled value='{$cn}'>
              {else}
{render acl=$cnACL}
                <input type='text' name='cn' value='{$cn}'>
{/render}
              {/if}
            </td>
          </tr>
          <tr>
            <td>
              {t}Partner{/t}
            </td>
            <td>
{render acl=$partnerACL}
              <input type='text' name='partner' value='{$partner}'>
{/render}
            </td>
          </tr>
          <tr>
            <td>
              {t}Description{/t}
            </td>
            <td>
{render acl=$descriptionACL}
              <input type='text' name='description' value='{$description}'>
{/render}
            </td>
          </tr>
          <tr>
            <td>
              {t}License model{/t}
            </td>
            <td>
{render acl=$licenseModelACL}
              {if $initially_was_account}
                <select name='dummy223' disabled size=1>
                  {html_options options=$licenseModels values=$licenseModels selected=$licenseModel}
                </select>
              {else}
                <select name='licenseModel' onChange='document.mainform.submit();' size=1>
                  {html_options options=$licenseModels values=$licenseModels selected=$licenseModel}
                </select>
              {/if}
{/render}
            </td>
          </tr>
        </table>

    </td>
    <td>
        <table  summary="{t}Additional settings{/t}">
          <tr>
            <td>
              {t}Conclusion date{/t}
            </td>
            <td style='width:300px;'>
{render acl=$conclusionDateACL}
              <input type="text" id="date1" name="conclusionDate" value="{$conclusionDate}" class="date" />
              {if $conclusionDateWriteable}
              {literal}
              <script type="text/javascript">
                  /*<[CDATA[*/
                  var datepicker    = new DatePicker({
                  keepFieldEmpty : true,
                  enableCloseEffect : false,
                  enableShowEffect : false,
                  relative    : 'date1',
                  language    : '{/literal}{$lang}{literal}'
                  });
                  /*]]>*/
              </script>
              {/literal}
              {/if}
{/render}
            </td>
          </tr>
          <tr>
            <td>
              {t}Expiration date{/t}
            </td>
            <td style='width:300px;'>
{render acl=$expirationDateACL}
              <input type="text" id="date2" name="expirationDate" value="{$expirationDate}" class="date" />
              {if $expirationDateWriteable}
              {literal}
              <script type="text/javascript">
                  /*<[CDATA[*/
                  var datepicker    = new DatePicker({
                  keepFieldEmpty : true,
                  enableCloseEffect : false,
                  enableShowEffect : false,
                  relative    : 'date2',
                  language    : '{/literal}{$lang}{literal}'
                  });
                  /*]]>*/
              </script>
              {/literal}
              {/if}
{/render}
            </td>
          </tr>
          <tr>
            <td>
              {t}Notification date{/t}
            </td>
            <td style='width:300px;'>
{render acl=$notificationDateACL}
              <input type="text" id="date3" name="notificationDate" value="{$notificationDate}" class="date" >
              {if $notificationDateWriteable}
              {literal}
              <script type="text/javascript">
                  /*<[CDATA[*/
                  var datepicker    = new DatePicker({
                  keepFieldEmpty : true,
                  enableCloseEffect : false,
                  enableShowEffect : false,
                  relative    : 'date3',
                  language    : '{/literal}{$lang}{literal}'
                  });
                  /*]]>*/
              </script>
              {/literal}
              {/if}
{/render}
            </td>
          </tr>
        </table>
 
    </td> 
  </tr>
</table>

<hr>
<h3>{t}License key settings{/t}</h3>

<table width="100%" summary="{t}License key settings{/t}">
  <tr>
    <td style='width:50%;' class='right-border'>
        <table summary="{t}License key settings{/t}">
          <tr>
            <td>
              {t}License key{/t}{$must}
            </td>
            <td>
{render acl=$licenseKeyACL}
              <input type='text' name='licenseKey' value='{$licenseKey}'>
{/render}
            </td>
          </tr>
          {if $licenseModel == "VOLUME"}
          <tr>
            <td>
              {t}Maximum installations{/t}
            </td>
            <td>
{render acl=$maximumInstallationsACL}
              <input type='text' name='maximumInstallations' value='{$maximumInstallations}'>
{/render}
            </td>
          </tr>
          {/if}
          {if $licenseModel == "OEM"}
          <tr>
            <td>
              {t}Reserved for{/t}
            </td>
            <td>
{render acl=$boundToHostACL}
              <select name='boundToHost' size=1>
                <option value="">{t}none{/t}</option>
                {html_options options=$hosts selected=$boundToHost}
              </select>
{/render}
            </td>
          </tr>
          {/if}
        </table>
 
    </td> 
    <td class='right-border'>   
              <b>{t}Used by{/t}</b><br>
{render acl=$usedByHostACL}
              <select   disabled
                name='selectedUsedHosts[]' multiple size=4 style='width:100%;'>
                {html_options options=$usedByHost}
              </select><br>
{/render}
    </td> 
  </tr>
</table>
<input name='opsiLicensesPosted' value='1' type='hidden'>
{/if}