This file is indexed.

/usr/share/php/tests/Horde_Ldap/Horde/Ldap/fixtures/changes.ldif is in php-horde-ldap 2.0.3-1.

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
#
# This is a LDIF file to test writing changes of entries
#
#
version: 1
dn: cn=test1,ou=example,dc=cno
changetype: modify
delete: attr1
-
delete: attr2
attr2: baz
-
delete: attr4
-

dn:: Y249dGVzdCDDtsOkw7wsb3U9ZXhhbXBsZSxkYz1jbm8=
changetype: modify
add: newattr
newattr: foo
-
delete: attr3
-
replace: attr1
attr1: newvaluefor1
-
replace: attr2
attr2: newvalue1for2
attr2: newvalue2for2
-

dn:: OmNuPWVuZHNwYWNlLGRjPWNubyA=
changetype: delete

dn: cn=foo,ou=example,dc=cno
changetype: modrdn
newrdn: cn=Bar
deleteoldrdn: 1

dn: cn=footest,ou=example,dc=cno
changetype: modrdn
newrdn: cn=foobartest
deleteoldrdn: 1
newsuperior: ou=newexample,dc=cno