pondelok 24. februára 2020

Užívateľ pre icinga web

Celý večer som skúšal prihlasovacie údaje. Tu je tabuľka, kde si icinga_web ukladá užívateľov:


- nutná znalosť SQL

z Linuxu:

root@guliverkel:/home/martin# mysql -u root -p
Enter password:
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 48
Server version: 10.1.44-MariaDB-0+deb9u1 Debian 9.11

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.





1.
MariaDB [icingadb]> use icinga_users



2.

MariaDB [icinga_users]> select * from icingaweb_user;
+--------+--------+------------------------------------+---------------------+-------+
| name   | active | password_hash                      | ctime               | mtime |
+--------+--------+------------------------------------+---------------------+-------+
| icinga |      1 | $1$@
��_@��$SLfOC2jYzJ.JUV2Kk2KqT/     | 2020-02-23 20:52:37 | NULL  |
+--------+--------+------------------------------------+---------------------+-------+

Žiadne komentáre:

Zverejnenie komentára