2013-06-03 17:05:59 +02:00
|
|
|
[users]
|
2013-07-29 11:42:31 +02:00
|
|
|
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
|
2013-07-26 15:29:13 +02:00
|
|
|
|
2013-07-29 12:37:48 +02:00
|
|
|
[users-mysql]
|
|
|
|
backend=Db
|
|
|
|
dbtype=mysql
|
|
|
|
table=account
|
|
|
|
host=localhost
|
|
|
|
password=icinga
|
|
|
|
user=icingaweb
|
|
|
|
db=icingaweb
|
|
|
|
|
2013-07-26 15:29:13 +02:00
|
|
|
[users-pgsql]
|
|
|
|
backend=Db
|
|
|
|
dbtype=pgsql
|
|
|
|
table=account
|
|
|
|
host=localhost
|
|
|
|
password=icinga
|
|
|
|
user=icingaweb
|
|
|
|
db=icingaweb
|