This file is indexed.

/usr/share/gosa/plugins/admin/sudo/migration/class_migrate_sudoRDN.inc is in gosa-plugin-sudo 2.7.4+reloaded2-1+deb8u2.

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
<?php 
class migrate_sudoRDN extends migrateRDN implements propertyMigration
{
    protected $filter = "(&(objectClass=sudoRole)%s)";
}
?>