This file is indexed.

/usr/share/pgadmin3/settings.ini is in pgadmin3-data 1.14.0-2.

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
19
20
21
22
23
24
25
26
27
28
29
30
31
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; pgAdmin III - PostgreSQL Tools
; 
; Copyright (C) 2002 - 2011, The pgAdmin Development Team
; This software is released under the PostgreSQL Licence
;
; settings.ini
;
; This file, if present, specifies the default configuration settings that
; pgAdmin will use if the user doesn't have a value already stored in their
; preferences file (or the registry on Windows). If a value is not present in
; this file, a hard-coded default is used. 
;
; This file should be located alongside pgAdmin3.exe on Windows, and in the
; program data directory (normally called 'share') on Unix/OSX platforms.
;
; Use the familiar .ini file format, with settings paths in section names if
; required, eg.
;
; LogFile=/tmp/pgadmin3.log
;
; [Servers]
; Count=99
;
; [Servers/1]
; Server=127.0.0.1
; Description=Development
; Port=5432
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;