This file is indexed.

/usr/share/doc/libldap-ocaml-dev/html/api/type_Ldap_protocol.html is in libldap-ocaml-dev 2.1.8-9.

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
<html><head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Lber" rel="Chapter" href="Lber.html">
<link title="Ldap_dn" rel="Chapter" href="Ldap_dn.html">
<link title="Ldap_dnparser" rel="Chapter" href="Ldap_dnparser.html">
<link title="Ldap_error" rel="Chapter" href="Ldap_error.html">
<link title="Ldap_filter" rel="Chapter" href="Ldap_filter.html">
<link title="Ldap_filterparser" rel="Chapter" href="Ldap_filterparser.html">
<link title="Ldap_funclient" rel="Chapter" href="Ldap_funclient.html">
<link title="Ldap_funserver" rel="Chapter" href="Ldap_funserver.html">
<link title="Ldap_mutex" rel="Chapter" href="Ldap_mutex.html">
<link title="Ldap_ooclient" rel="Chapter" href="Ldap_ooclient.html">
<link title="Ldap_protocol" rel="Chapter" href="Ldap_protocol.html">
<link title="Ldap_schemaparser" rel="Chapter" href="Ldap_schemaparser.html">
<link title="Ldap_toplevel" rel="Chapter" href="Ldap_toplevel.html">
<link title="Ldap_txooclient" rel="Chapter" href="Ldap_txooclient.html">
<link title="Ldap_types" rel="Chapter" href="Ldap_types.html">
<link title="Ldap_url" rel="Chapter" href="Ldap_url.html">
<link title="Ldap_urlparser" rel="Chapter" href="Ldap_urlparser.html">
<link title="Ldif_changerec_oo" rel="Chapter" href="Ldif_changerec_oo.html">
<link title="Ldif_changerec_parser" rel="Chapter" href="Ldif_changerec_parser.html">
<link title="Ldif_oo" rel="Chapter" href="Ldif_oo.html"><title>Ldap_protocol</title>
</head>
<body>
<code class="code"><span class="keyword">sig</span><br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;encode_resultcode&nbsp;:&nbsp;<span class="constructor">Ldap_types</span>.ldap_resultcode&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;int<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;decode_resultcode&nbsp;:&nbsp;int&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="constructor">Ldap_types</span>.ldap_resultcode<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;encode_ldapmessage&nbsp;:&nbsp;<span class="constructor">Ldap_types</span>.ldap_message&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;string<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;decode_ldapmessage&nbsp;:&nbsp;<span class="constructor">Lber</span>.readbyte&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="constructor">Ldap_types</span>.ldap_message<br>
<span class="keyword">end</span></code></body></html>