Skip to Content

Database connectivity credentials and configuration file

The database configuration are stored on the server in /usr/local/etc/ezlogin/ez.conf

system_folder /var/www/ezlogin/

force_https no

uri_path /ezlogin/

db_host localhost

db_port /var/lib/mysql/mysql.sock

db_name ezlogin_pods

db_user ezlogin_mkn

db_pass Z%%e$^GZ{kB4EDD

db_prefix djw_

cookie_encryption_key kRF*uAKF_bB/e54DD

cookie_name gpy

cookie_path /ezlogin/

www_folder /var/www/html/ezlogin/

admin_user superadmin

mysql_encrypt no

 

In order to  decrypt the database password from Ezeelogin configuration file, run the following command on the jump server

[root@localhost ~]# php /usr/local/ezlogin/eztool.php -show_db_credentials

 After executing the above command you can see the db credentials as  shown below:

 

[root@localhost ~]# php /usr/local/ezlogin/eztool.php -show_db_credentials

                   _             _
  ___ _______  ___| | ___   __ _(_)_ __
 / _ \_  / _ \/ _ \ |/ _ \ / _` | | ’_ \
|  __// /  __/  __/ | (_) | (_| | | | | |
 \___/___\___|\___|_|\___/ \__, |_|_| |_|
                           |___/


#########################
# Ezeelogin Tool        #
#########################

Checking environment... done
Checking license... done (0)

Enter the Ezeelogin administrator password: Admin!2345
Database credentials:
Host: localhost
Port/Socket: /var/lib/mysql/mysql.sock
Database: ezlogin_pods
Username: ezlogin_mkn
Password: P4&][*V]Qx3jn3n7A6@p6p7]G
Table Prefix: djy_
[root@localhost ~]#