Hello,
at first some informations:
- Icinga Web 2 version: 2.11.0
- Used modules and their versions
Director V1.9.1 - Web browser used: Chrome
- Icinga 2 version used: r2.13.4-1
- PHP version used: 7.4
- Server operating system and version
Platform: Ubuntu
Platform version: 20.04.4 LTS (Focal Fossa)
So yesterday i figured ou that with the new Icinga-Version i need a Database to safe the Web-Konfiguration for my User eg. Dark-Mode.
So i created a Ressource “User-DB” and deposit the mysql Database “user”, which i created. Then i figured out, that i need some Tables, so i edited them.
Today i logged off and tried to login again. which didn´t work.
I tried some Solutions eg. User@Domain, User@Domain.local
It didn´t work.
So i hope someone here can help me with my Problem.
Some further Informations:
Config.ini:
[global]
show_stacktraces = “1”
show_application_state_messages = “1”
module_path = “/usr/share/icingaweb2/modules”
config_resource = “User-DB”
[logging]
log = “php”
level = “ERROR”
application = “icingaweb2”
[themes]
[authentication]
default_domain = “**********.local”
authentication.ini:
[icingaweb2]
filter = “!(objectClass=computer)”
backend = “msldap”
base_dn = “DC=******,DC=local”
domain = “”
resource = “icingaweb_ldap”
resources.ini:
[icingaweb_ldap]
type = “ldap”
hostname = “.local"
port = “389”
encryption = “none”
root_dn = "DC=,DC=local"
bind_dn = "CN=,OU=Service User,OU=User,OU=,DC=,DC=local"
bind_pw = "*******”
timeout = “5”
[icinga_ido]
type = “db”
db = “mysql”
host = “localhost”
port = “”
dbname = “icinga2”
username = “icinga2”
password = “*************”
charset = “”
use_ssl = “0”
[director]
type = “db”
db = “mysql”
host = “localhost”
port = “5665”
dbname = “director”
username = “director”
password = “*************”
charset = “utf8”
use_ssl = “0”
[User-DB]
type = “db”
db = “mysql”
host = “localhost”
port = “5665”
dbname = “user”
username = “icinga2”
password = “***********”
use_ssl = “0”
Database:
±---------------------------+
| Tables_in_user |
±---------------------------+
| icingaweb_group |
| icingaweb_group_membership |
| icingaweb_rememberme |
| icingaweb_schema |
| icingaweb_user |
| icingaweb_user_preference |
±---------------------------+