This file is indexed.

/usr/share/php/tests/Horde_Db/Horde/Db/Adapter/conf.php.dist is in php-horde-db 2.0.4-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
<?php
// IMPORTANT: the conf.php version of this file must be both in this directory
// and in the the Pdo/ subdirectory. A symlink is fine too.
$conf['db']['adapter']['mysql']['test']['host'] = 'localhost';
$conf['db']['adapter']['mysql']['test']['username'] = '';
$conf['db']['adapter']['mysql']['test']['password'] = '';
$conf['db']['adapter']['mysql']['test']['dbname'] = 'test';
$conf['db']['adapter']['mysqli']['test']['host'] = 'localhost';
$conf['db']['adapter']['mysqli']['test']['username'] = '';
$conf['db']['adapter']['mysqli']['test']['password'] = '';
$conf['db']['adapter']['mysqli']['test']['dbname'] = 'test';
$conf['db']['adapter']['pdo']['mysql']['test']['host'] = 'localhost';
$conf['db']['adapter']['pdo']['mysql']['test']['username'] = '';
$conf['db']['adapter']['pdo']['mysql']['test']['password'] = '';
$conf['db']['adapter']['pdo']['mysql']['test']['dbname'] = 'test';
$conf['db']['adapter']['pdo']['pgsql']['test']['username'] = '';
$conf['db']['adapter']['pdo']['pgsql']['test']['password'] = '';
$conf['db']['adapter']['pdo']['pgsql']['test']['dbname'] = 'test';