icingaweb2/config/authentication.ini

26 lines
392 B
INI
Raw Normal View History

2013-06-03 17:05:59 +02:00
[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