blob: 0400b1e50d1529f20ff8984451d0ddde176bfd3f (
plain) (
blame)
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
|
[icingaweb_db]
type = "db"
db = "pgsql"
host = "${icingaweb_dbhost}"
dbname = "${icingaweb_dbname}"
username = "${icinga_username}"
password = ""
port = "5432"
use_ssl = "0"
[icingaweb_ldap]
type = "ldap"
hostname = "${ldap_hosts}"
port = "389"
encryption = "starttls"
bind_dn = "${icinga_dn}"
bind_pw = "${icinga_password}"
root_dn = "${accounts_basedn}"
[icingadb]
type = "db"
db = "pgsql"
host = "${icinga_dbhost}"
dbname = "${icinga_dbname}"
username = "${icinga_username}"
password = ""
port = "5432"
use_ssl = "0"
|