mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
icingaweb2_dev: enable LDAP authentication
This commit is contained in:
parent
ef2758125b
commit
0bec42930b
@ -11,3 +11,9 @@ resource = icingaweb-mysql
|
|||||||
[icingaweb-pgsql]
|
[icingaweb-pgsql]
|
||||||
backend = db
|
backend = db
|
||||||
resource = icingaweb-pgsql
|
resource = icingaweb-pgsql
|
||||||
|
|
||||||
|
[internal_ldap_authentication]
|
||||||
|
backend = ldap
|
||||||
|
resource = internal_ldap
|
||||||
|
user_class = inetOrgPerson
|
||||||
|
user_name_attribute = uid
|
||||||
|
@ -33,3 +33,11 @@ port = 5432
|
|||||||
password = icinga2
|
password = icinga2
|
||||||
username = icinga2
|
username = icinga2
|
||||||
dbname = icinga2
|
dbname = icinga2
|
||||||
|
|
||||||
|
[internal_ldap]
|
||||||
|
type = ldap
|
||||||
|
hostname = localhost
|
||||||
|
port = 389
|
||||||
|
root_dn = "ou=people, dc=icinga, dc=org"
|
||||||
|
bind_dn = "cn=admin,cn=config"
|
||||||
|
bind_pw = admin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user