Imperva Cyber Community

communities_1.jpg
 View Only
  • 1.  Create New user for Imperva DAM Secure spehere.

    Posted 10-21-2024 07:12

    I am facing challenges accessing the Imperva DAM GUI, I lost the LDAP server conection  and  we forgot the password for the admin user (webco123). Could someone help create a new user directly in the database? I have access to my machine and the database. via ssh  and console CLI.


    #AllImperva

    ------------------------------
    Adilson Costa
    Cyber security Analyst
    Banco Bai Angola
    Torres Bai
    ------------------------------


  • 2.  RE: Create New user for Imperva DAM Secure spehere.

    Posted 10-21-2024 10:05
    Edited by Syed Noor Fazal 10-21-2024 23:52

    Hello Adilson Costa,

    Thank you for the post, if you are able to connect to the device through console, then would suggest to reset the admin password, can you please confirm the exact MX version, so that can share the exact steps.



    ------------------------------
    Syed Noor Fazal
    Product Support Engineer
    ------------------------------



  • 3.  RE: Create New user for Imperva DAM Secure spehere.

    Posted 10-22-2024 08:42

    Hi Syed Noor Fazal , 
    Thank you, My Version is SecureSphere 14.5.1.10_0



    ------------------------------
    Adilson Costa
    Cyber security Analyst
    Banco Bai Angola
    Torres Bai
    ------------------------------



  • 4.  RE: Create New user for Imperva DAM Secure spehere.

    Posted 10-23-2024 08:28

    Hello Adilson Costa,

    1. Login to the MX via SSH as user root
    2. Run the command "su - oracle"
    3. Login to the local database by running the command "sqlplus secure/<password of secure user>". For example "sqlplus secure/webco123"
    4. Enter the following queriy
      update conf_secure_members set password = '$2a$10$OLHPigff4k2d9KhoM1vQP.EsBAgLJu0ZXlxKlGOqIxIQpEeaIWpIW' where name = 'admin';
      COMMIT;
    5. Type "exit" to exit the sqlplus prompt then "exit" again to return to the root unix prompt.

    6. Go to the Web interface and enter "admin" as the user, and the password "admin12"


    ------------------------------
    Syed Noor Fazal
    Product Support Engineer
    ------------------------------



  • 5.  RE: Create New user for Imperva DAM Secure spehere.

    Posted 10-23-2024 09:30

    Hi Syed Noor Fazal Thanks, the problem is fixed, well done.



    ------------------------------
    Adilson Costa
    Cyber security Analyst
    Banco Bai Angola
    Torres Bai
    ------------------------------