Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Clarification
Workspace Domino
Categories Administration
Created by Guest
Created on Apr 28, 2021

Get Real-Time Control to write to custom database from "domcfg.nsf"

* When the user tries to log into a custom login form and fails or successfully logs in, need to have control of execution of the session to write out to a custom database that information.


e.g. https://dominoservername.com/names.nsf?Login

*Like: When accessing the "names.nsf" in web browser the user is prompted with login credentials that was mapped from "domcfg.nsf", any agents created in "domcfg.nsf" is not being triggered from the "names.nsf" login page.


  • Attach files
  • Guest
    Reply
    |
    Aug 18, 2021

    Are you looking for example to track authentications?

    Or track failed authentications?

    Both

  • Guest
    Reply
    |
    May 10, 2021

    I MUST be able to provide Audit/Security a list of EVERY successful and failed attempt to logon to the server. I must be able to supply:

    • Userid used

    • Success or Failure

    • Date/Time


    The data must be available real-time.


  • Guest
    Reply
    |
    May 10, 2021

    Hi Dan,


    Yes, I am looking to track successful and failed authentications. Based from the fields provided in the web form and the access to the server, I should be able to get the username and record the authentication either a failed or a successful one in a separate database.


    Example:

    Username: Test User1

    Password: passxxxxxxxxxxxxxxrd

    Test User1 logs in with the following credentials, then,


    When a failed login occurs, the message: "Error login for Test User1, username and password does not match" or "Error login for Test User1, username does not exist" and this will be recorded in let say "AuthenticationLogs.nsf" or could be another view in "logs.nsf".


    For successful login, the message: "Successful login for Test User1" and will be recorded in the same "AuthenticationLogs.nsf" or could be another view in "logs.nsf".


    Thank you.

  • Guest
    Reply
    |
    May 5, 2021

    can you provide the exact use case behind this capturing?

    maybe this makes it easier for Thomas to figure out into which type of feature this could map.


    Are you looking for example to track authentications?

    Or track failed authentications?


    This is the kind of informaiton product managment need to understand your requirement and map it to something other customers might need as well.


    domcfg and the login dialog are special and don't work in the same way other forms work.

    It has more tight integration into the HTTP task in the back-end.


    [ Daniel Nashed / HCL Lifetime Ambassador ]


  • Guest
    Reply
    |
    Apr 29, 2021

    Hi Thomas,

    Yes, I am trying to capture the login events from the custom login form. Thanks.

  • Admin
    Thomas Hampel
    Reply
    |
    Apr 29, 2021
    What would you like to do? It seems like you try to capture login events?