This file is indexed.

/usr/share/dirsrv/schema/10mep-plugin.ldif is in 389-ds-base 1.3.7.10-1ubuntu1.

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
68
69
70
71
72
73
74
75
#
# BEGIN COPYRIGHT BLOCK
# Copyright (C) 2010 Red Hat, Inc.
# All rights reserved.
#
# License: GPL (version 3 or any later version).
# See LICENSE for details. 
# END COPYRIGHT BLOCK
#
#
# Schema for Managed Entries Plugin
#
dn: cn=schema
#
################################################################################
#
attributeTypes: ( 2.16.840.1.113730.3.1.2086 NAME 'mepManagedBy'
  DESC 'Managed Entries backpointer'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  X-ORIGIN '389 Directory Server' )
#
################################################################################
#
attributeTypes: ( 2.16.840.1.113730.3.1.2087 NAME 'mepManagedEntry'
  DESC 'Managed Entries pointer'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  X-ORIGIN '389 Directory Server' )
#
################################################################################
#
attributeTypes: ( 2.16.840.1.113730.3.1.2088 NAME 'mepStaticAttr'
  DESC 'Managed Entries static attribute'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  X-ORIGIN '389 Directory Server' )
#
################################################################################
#
attributeTypes: ( 2.16.840.1.113730.3.1.2089 NAME 'mepMappedAttr'
  DESC 'Managed Entries mapped attribute'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  X-ORIGIN '389 Directory Server' )
#
################################################################################
#
attributeTypes: ( 2.16.840.1.113730.3.1.2090 NAME 'mepRDNAttr'
  DESC 'Managed Entries RDN attribute'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN '389 Directory Server' )
#
################################################################################
#
objectClasses: ( 2.16.840.1.113730.3.2.319 NAME 'mepManagedEntry'
  DESC 'Managed Entries Managed Entry'
  SUP top
  AUXILIARY
  MAY ( mepManagedBy )
  X-ORIGIN '389 Directory Server' )
#
################################################################################
#
objectClasses: ( 2.16.840.1.113730.3.2.320 NAME 'mepOriginEntry'
  DESC 'Managed Entries Origin Entry'
  SUP top
  AUXILIARY
  MAY ( mepManagedEntry )
  X-ORIGIN '389 Directory Server' )
#
################################################################################
#
objectClasses: ( 2.16.840.1.113730.3.2.321 NAME 'mepTemplateEntry'
  DESC 'Managed Entries Template Entry'
  SUP top
  AUXILIARY
  MAY ( cn $ mepStaticAttr $ mepMappedAttr $ mepRDNAttr)
  X-ORIGIN '389 Directory Server' )