This file is indexed.

/usr/share/weblogin/generic/templates/help.html is in webauth-weblogin 4.7.0-6build2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <http-equiv="pragma" content="no-cache">
    <title>WebAuth Help</title>
  </head>

  <body>
    <h1 align="center">WebAuth Help</h1>
    <div class="loginbox" align="center">
      <table border="1" width="70%">
        <tr>
          <td><img alt="Confirm" src="/images/help.png"
                   width="160" height="160"/></td>
          <td>
            <div class="helptext">
              <a href="#whatis">What is WebAuth?</a><br>
              <a href="#whatdoido">What am I supposed to do?</a><br>
              <a href="#cant">What if I don't have a username?</a><br>
              <a href="#remember">What if I don't use this machine regularly?</a><br>
              <a href="#help">Help! What did I do wrong?</a><br>
            </div>
          </td>
        </tr>
      </table>
    </div>

    <div class="trailer">
      <h2><a name="whatis"></a>What is WebAuth?</h2>

      <p>The Web-based service you are using requires you to identify
      yourself with your username and password.  You must provide your
      username and password to continue to the requested service or Web
      page.  If you don't have a username, see <a href="#cant">What if I
      don't have a username</a> below.</p>

      <p>Under this system, called WebAuth, your single web login gives
      you access to many other websites besides the one you requested.  In
      essence, you receive two keys when you login: a key to the specific
      website or service you requested, and a &quot;skeleton&quot; key
      that opens other protected websites as well.  Those sites will just
      let you in without you logging in again.  However, other sites that
      require web login may not recognize the skeleton key, and may
      require you to do a new web login again.</p>

      <p>The keys last until you quit your browser program, or they expire
      (they can last up to 10 hours from the time of login).  Be sure you
      have &quot;turned in your keys&quot; by quitting your browser before
      you leave your computer unprotected; otherwise, someone else using
      your computer after you can get access to the web - both to the
      sites for which you got specific keys as well as to any of the other
      websites that accept the skeleton key.</p>

      <h2><a name="whatdoido"></a>What am I supposed to do?</h2>

      <p>On the WebAuth Login page you came from (use the Back button or
      command to return to it), enter your username and password and click
      on the Login button. Use the Tab key or your mouse to put the cursor
      into the entry fields.</p>
   
      <p>If you do not have a username and password, or if you don't want
      to logon to WebAuth, you can click on the "I don't want to logon"
      link on the WebAuth Login page.  That link may take you to a
      "public" version or page of the website.  If it does not, then the
      service provides no public access.</p>

      <p><strong>Username:</strong> Enter your username, which is usually
      3 to 8 characters long.</p>

      <p><strong>Password:</strong> Enter the password associated with
      your username.</p>

      <h2><a name="cant"></a>What if I don't have a username?</h2>

      <p>If you do not have a username then you need to register.  Since
      these are generic help instructions the site administrator should
      INSERT A HELPFUL LINK here.</p>

      <p>If you are not eligible to register for a username, you can click
      on the "I don't want to logon" link on the WebAuth Login page.  That
      link may take you to a "public" version or page of the website.  If
      it doesn't, then the web service you are requesting may not be
      available to the public.</p>

      <h2><a name="remember"></a>What if I don't use this machine
      regularly?</h2>

      <p>Uncheck the check box.  WebLogin will then neither set up single
      sign-on for this browser session nor (if applicable) store any
      multifactor authentication information.  Therefore, you will be
      prompted to log in the next time you are required to authenticate as
      though you had not previously visited a WebAuth-protected site
      during this web browser session.</p>

      <h2><a name="help"></a>Help! What did I do wrong?</h2>

      <p>Error messages and descriptions:</p>

      <p><strong>Missing or Incorrect username and/or Password:</strong>
      To login to WebAuth, you must provide both your username and its
      password.  If you have forgotten your username or password or need
      other assistance with them, contact INSERT HELP CENTER CONTACT
      DETAILS HERE.</p>
   
      <p><strong>You must enable cookies on your web browser:</strong>
      WebAuth requires that your web browser accept "cookies", small files
      that web servers send to your computer.  Cookies have many purposes,
      some of them of questionable value to you.  However, WebAuth uses
      them for security and verification.  Having a cookie for a WebAuth
      website identifies you to the website and allows you to continue
      from one page of the site to another without having to login each
      time.  You can usually enable cookies in the Settings or Preferences
      panels of your browser program.</p>

      <p><strong>You took too long to login:</strong> You must enter your
      username and password within 2 minutes of the WebAuth Login screen
      appearing.  If you don't, you will get this error message.  You must
      re-initiate the request for the web page or service you want - that
      may mean re-entering the URL or returning to the page with the link
      to this service.  Backing up to the WebAuth Login page and trying
      again will not work.</p>

    </div>
  </body>
</html>
<!--
  You may customize this file however you wish for your site.

  The authors hereby relinquish any claim to any copyright that they may
  have in this work, whether granted under contract or by operation of law
  or international treaty, and hereby commit to the public, at large, that
  they shall not, at any time in the future, seek to enforce any copyright
  in this work against any person or entity, or prevent any person or
  entity from copying, publishing, distributing or creating derivative
  works of this work.
  -->