This file is indexed.

/etc/bareos/bareos-dir.d/fileset/plugin-ldap.conf.example is in bareos-filedaemon-ldap-python-plugin 16.2.4-3+deb9u2.

This file is owned by root:root, with mode 0o640.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
FileSet {
  Name = "plugin-ldap"
  Include {
    Options {
      signature = MD5
    }
    # adapt the LDAP settings to your environment.
    # uri and basedn are mandantory,
    # base_dn and password are optional.
    Plugin = "python:module_path=/usr/lib/bareos/plugins:module_name=bareos-fd-ldap:uri=ldap\\://localhost:basedn=dc=example,dc=com:bind_dn=cn=admin,dc=example,dc=com:password=secret"
  }
}