This file is indexed.

/usr/share/doc/sadms/html/install.html is in sadms 2.0.15.repack-0ubuntu2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>SADMS</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" href="sadms.css" type="text/css">
</head>
<body>
<table width="100%" border="0">
  <tr>
    <td><div align="left"><img src="images/sadms.gif" alt="sadms.gif" width="120" height="50"></div></td>
    <td><div class="section-title" align="right">install</div></td>
  </tr>
</table>
<br>
<p>The steps for a first install from <strong>distribution packets</strong>: </p>
<UL>
  <LI>reset administrator's password in Active Directory (possibly to the same value) : this is is necessary for proper Kerberos operation
  <LI>download the tarball specific to the distribution
  <LI>decompress the tarball : <B><I>tar xvzf sadms-install-&lt;dist&gt;-&lt;version&gt;.tar.gz</I></B>
  <LI>enter the bin directory : <B><I>cd sadms-&lt;version&gt;/</I></B>
  <LI>run <B><I>./START</I></B>
  <LI> the required libraries are installed    
  <LI>the GUI starts ...
</UL>
<p>The steps for a first install from the <strong>generic tarball</strong>: </p>
<UL>
  <LI> this requires needed libraries to be installed
  <LI>reset administrator's password in Active Directory (possibly to the same value) : this is is necessary for proper Kerberos operation.
  <LI>decompress the tarball : <B><I>tar xvzf sadms-&lt;version&gt;.tar.gz</I></B>
  <LI>enter the bin directory : <B><I>cd sadms-&lt;version&gt;/bin</I></B>
  <LI>run <B><I>make install </I></B>
  <LI>the GUI starts ...    
</UL>
<p>For later uses, you can directly run <I>sadms.</I></p>
<p>Added commands: </p>
<p><em>sadms<br>
sadms-globs<br>
sadms-users<br>
sadms-shares<br>
sadms-share<br>
fsacls</em></p>
<p>&nbsp;</p>
</body>
</html>