This file is indexed.

/usr/share/doc/libmozilla-ldap-perl/examples/ChangeLog is in libmozilla-ldap-perl 1.5.3-2build4.

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
2005-01-04  Leif Hedstrom  <leif@ogre.com>

	* All examples: Changed all calls to new to use the class method
	directly.

2004-10-13  Leif Hedstrom  <leif@ogre.com>

	* modattr.pl: Added a -i option, for case insentive "adds" to an
	attribute. This means that trying to add "foo" or "Foo" will only
	generate one value for the server.

	* monitor.pl: Added -V option (for version).

	* psoftsync.pl: Added -V option (for version).

	* changes2ldif.pl: Added -V option (for version).

	* tabdump.pl: Added -V option (for version).

	* rmentry.pl: Added -V option (for version).

	* rename.pl: Added -V option (for version).

	* rand_mods.pl: Added -V option (for version).

	* modattr.pl: Added -V option (for version).

	* lfinger.pl: Added -V option (for version).

	* ldappasswd.pl: Added -V option (for version).

	* qsearch.pl: Added -V option (for version).

1999-06-30  Leif Hedstrom  <leif@netscape.com>

	* rmentry.pl: Added support for "-p".

1999-01-05  Leif Hedstrom  <leif@netscape.com>

	* psoftsync.pl (delAttr): Fixed annoying bug where I missed to
	"my" $entry.

1999-01-04  Leif Hedstrom  <leif@netscape.com>

	* modattr.pl: Bug fixes for handling bad cases better (like
	missing attribute, adding empty values etc).

1998-12-11  Leif Hedstrom  <leif@netscape.com>

	* modattr.pl: Modified slightly to enable the rebind proc.

1998-08-03  Leif Hedstrom  <leif@netscape.com>

	* psoftsync.pl: New file, also merged in some modules from
	LdapUtils.pm, to make sure this works. NOTE: This script currently
	doesn't work, since all "modify" operations are horked.

1998-07-30  Leif Hedstrom  <leif@netscape.com>

	* tabdump.pl: Actually works!

	* ldappasswd.pl: Cleaned out some code, and moved it over to the
	::Utils module.

1998-07-29  Leif Hedstrom  <leif@netscape.com>

	* qsearch.pl: First working version.