This file is indexed.

/usr/share/doc/libpam-doc/html/adg-introduction-synopsis.html is in libpam-doc 1.1.3-7ubuntu2.

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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>1.2. Synopsis</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="Linux-PAM_ADG.html" title="The Linux-PAM Application Developers' Guide"><link rel="up" href="adg-introduction.html" title="Chapter 1. Introduction"><link rel="prev" href="adg-introduction-description.html" title="1.1. Description"><link rel="next" href="adg-overview.html" title="Chapter 2. Overview"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.2. Synopsis</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="adg-introduction-description.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Introduction</th><td width="20%" align="right"> <a accesskey="n" href="adg-overview.html">Next</a></td></tr></table><hr></div><div class="section" title="1.2. Synopsis"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="adg-introduction-synopsis"></a>1.2. Synopsis</h2></div></div></div><p>
        For general applications that wish to use the services provided by
        <span class="emphasis"><em>Linux-PAM</em></span> the following is a summary
        of the relevant linking information:
        </p><pre class="programlisting">
#include &lt;security/pam_appl.h&gt;

cc -o application .... -lpam
        </pre><p>
      </p><p>
        In addition to <span class="command"><strong>libpam</strong></span>, there is a library of
        miscellaneous functions that make the job of writing
        <span class="emphasis"><em>PAM-aware</em></span> applications easier (this library is not
        covered in the DCE-RFC for PAM and is specific to the Linux-PAM
        distribution):
        </p><pre class="programlisting">
#include &lt;security/pam_appl.h&gt;
#include &lt;security/pam_misc.h&gt;

cc -o application .... -lpam -lpam_misc
        </pre><p>
      </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="adg-introduction-description.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="adg-introduction.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="adg-overview.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.1. Description </td><td width="20%" align="center"><a accesskey="h" href="Linux-PAM_ADG.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 2. Overview</td></tr></table></div></body></html>