This file is indexed.

/etc/simpleid/dynalogin-filesystem.store.config.php is in simpleid-store-dynalogin 1.0.0-3.

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
<?


/**
 * The dynalogin server name and TCP port.
 */
define('DYNALOGIN_PHP_DIR', '/usr/share/dynalogin-client-php');
define('DYNALOGIN_SERVER_NAME', 'localhost');
define('DYNALOGIN_SERVER_PORT', 9050);
define('DYNALOGIN_USE_TLS', false);
define('DYNALOGIN_DEFAULT_SCHEME', 'HOTP');
define('DYNALOGIN_TLS_CA_FILE', '/etc/ssl/certs/ca-certificates.crt');

?>