mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Add standard authentication.ini
This commit is contained in:
parent
419c4939eb
commit
20a0351908
13
config/authentication.ini
Normal file
13
config/authentication.ini
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
; 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 = /\@[^$]+$/
|
Loading…
x
Reference in New Issue
Block a user