26 lines
392 B
INI
26 lines
392 B
INI
[users]
|
|
backend=ldap
|
|
hostname=localhost
|
|
root_dn="ou=people,dc=icinga,dc=org"
|
|
bind_dn="cn=admin,cn=config"
|
|
bind_pw=admin
|
|
user_class=inetOrgPerson
|
|
user_name_attribute=uid
|
|
|
|
[users-mysql]
|
|
backend=Db
|
|
dbtype=mysql
|
|
table=account
|
|
host=localhost
|
|
password=icinga
|
|
user=icingaweb
|
|
db=icingaweb
|
|
|
|
[users-pgsql]
|
|
backend=Db
|
|
dbtype=pgsql
|
|
table=account
|
|
host=localhost
|
|
password=icinga
|
|
user=icingaweb
|
|
db=icingaweb |