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]
|
||||
backend = autologin
|
||||
;
|
||||
; If you want to strip the domain
|
||||
; strip_username_regexp = /\@[^$]+$/
|
||||
|
||||
[icingaweb-mysql]
|
||||
backend = db
|
||||
@ -12,8 +9,8 @@ resource = icingaweb-mysql
|
||||
backend = db
|
||||
resource = icingaweb-pgsql
|
||||
|
||||
[internal_ldap_authentication]
|
||||
backend = ldap
|
||||
resource = internal_ldap
|
||||
user_class = inetOrgPerson
|
||||
[local-ldap]
|
||||
backend = ldap
|
||||
resource = local-ldap
|
||||
user_class = inetOrgPerson
|
||||
user_name_attribute = uid
|
||||
|
Loading…
x
Reference in New Issue
Block a user