This file is indexed.

/usr/share/gosa/plugins/admin/fai/migration/class_migrate_faiHookRDN.inc is in gosa-plugin-fai 2.7.4+reloaded1-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
<?php 
class migrate_faiHookRDN extends migrateFaiRDN implements propertyMigration
{
	protected $filter = "(&(objectClass=FAIhook)%s)";
}
?>