mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
puppet: Rename interal_ldap to local-ldap in authentication.ini
refs #6842
This commit is contained in:
parent
4ea178edeb
commit
15d2414310
@ -1,8 +1,5 @@
|
|||||||
[autologin]
|
[autologin]
|
||||||
backend = autologin
|
backend = autologin
|
||||||
;
|
|
||||||
; If you want to strip the domain
|
|
||||||
; strip_username_regexp = /\@[^$]+$/
|
|
||||||
|
|
||||||
[icingaweb-mysql]
|
[icingaweb-mysql]
|
||||||
backend = db
|
backend = db
|
||||||
@ -12,8 +9,8 @@ resource = icingaweb-mysql
|
|||||||
backend = db
|
backend = db
|
||||||
resource = icingaweb-pgsql
|
resource = icingaweb-pgsql
|
||||||
|
|
||||||
[internal_ldap_authentication]
|
[local-ldap]
|
||||||
backend = ldap
|
backend = ldap
|
||||||
resource = internal_ldap
|
resource = local-ldap
|
||||||
user_class = inetOrgPerson
|
user_class = inetOrgPerson
|
||||||
user_name_attribute = uid
|
user_name_attribute = uid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user