This file is indexed.

/usr/share/zentyal/templates/users/wizard/users.mas is in zentyal-users 2.3.15+quantal1.

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
<%init>
use EBox::Gettext;
use EBox::Config;
my $sysinfo = EBox::Global->modInstance('sysinfo');
my $hostDomain = $sysinfo->hostDomain();
</%init>
<h3><% __('Users and Groups') %></h3>
<form method="post" action="./UsersAndGroups/Wizard/Users" style="text-align: center">
        <div>
            <img src="/data/software/images/users.png" />
        </div>
        <h4>
            <% __('Select the domain name of the server') %>
        </h4>
        <div>
            <% __('This will used as the Kerberos authentication realm for your users.') %>
        </div>
        <div style="margin: 20px auto; width: 40%; text-align: left">
            <div>
                <label for="domain"><% __('Host domain name') %></label>
                <input type="text" name="domain" id="domain" value="<% $hostDomain %>"/>
            </div>
        </div>
</form>