mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-12-16 01:14:39 +01:00
Drop external auth configuration from config.ini and move implementation into a single backend provider named 'autologin'. This provider can strip realm names from username with a custom regexp. fixes #6081
16 lines
316 B
INI
16 lines
316 B
INI
[autologin]
|
|
backend = autologin
|
|
;
|
|
; If you want to strip the domain
|
|
; strip_username_regexp = /\@[^$]+$/
|
|
|
|
[internal_ldap_authentication]
|
|
backend = ldap
|
|
resource = internal_ldap
|
|
user_class = inetOrgPerson
|
|
user_name_attribute = uid
|
|
|
|
[internal_db_authentication]
|
|
backend = db
|
|
resource = internal_db
|