mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Remove config directory
This commit is contained in:
parent
f3ae7357d7
commit
81ae138952
@ -1,13 +0,0 @@
|
|||||||
; authentication.ini
|
|
||||||
;
|
|
||||||
; Each section listed in this configuration represents a backend used to authenticate users. The backends will be
|
|
||||||
; processed from top to bottom using the first backend for authentication which reports that the user trying to log in
|
|
||||||
; is available with his given credentials.
|
|
||||||
;
|
|
||||||
; Database or LDAP backend configurations must define a resource referring to a configured database
|
|
||||||
; or LDAP connection respectively in the INI file resources.ini.
|
|
||||||
|
|
||||||
[autologin]
|
|
||||||
backend = autologin
|
|
||||||
; If you want to strip the domain
|
|
||||||
; strip_username_regexp = /\@[^$]+$/
|
|
@ -1 +0,0 @@
|
|||||||
Enabled modules shall be symlinked here.
|
|
@ -1,4 +0,0 @@
|
|||||||
# Use given CA file
|
|
||||||
TLS_REQCERT demand
|
|
||||||
TLS_CACERT @prefix@/config/ssl/cacerts/trusted.crt
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
|||||||
# This config file will allow TLS-based LDAP connections ignoring
|
|
||||||
# unknown certificates
|
|
||||||
TLS_REQCERT never
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
|||||||
[security]
|
|
||||||
protected_customvars = "*pw*,*pass*,community"
|
|
Loading…
x
Reference in New Issue
Block a user