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 Assessment
Workspace Sametime
Created by Guest
Created on Mar 10, 2023

Feature Request: Function to terminate or disable a single user sametime session...

In Domino based Sametime installations we need to able to terminate a single user session only. Currently the only option to achive this is to the whole sametime service.


Sure we could ask the user to terminate his session or remotely log-on to his workstation. But it would make sense to be able to terminate a single user from an admin console without user intervention.


I've three options in mind. (related to travler console commands)

a) tell staddin users

- to get an overview of currently logged in/active users

b) tell staddin <UserName> reset

- to terminate a current user session.

c) tell staddin <UserName> [disable|enable ]

- to temporaryly prevent a specific user from relogin to sametime service


For sametime on Docker or KE there should be a similar option to manage user sessions either using a console command or a webinterface


  • Attach files
  • Guest
    Reply
    |
    May 15, 2024

    it more info, behind the scenes, this is using the Sametime Server Toolkit, and performing a light login, where it passes the IP address of 1.1.1.1

    	m_lightLoginService.loginByToken(token.getLoginName(), token
    
    .getTokenString(), saService, InetAddress
    .getByAddress(new byte[] { 1, 1, 1, 1 }));

    Then upon receiving the login event, it logs out.
  • Guest
    Reply
    |
    May 15, 2024

    Ah, submitted before providing URL https://www.epilio.com/web/BLControl.htm

  • Guest
    Reply
    |
    May 15, 2024

    I believe our now few years old free Buddylist Control tool still works with Domino 12. It had an option to boot a user off. The way it does this is by logging the user in from a different IP. If you have Sametime setup to allow people to login from multiple locations at the same time, then this will not work. You can find the free tool here:


  • Guest
    Reply
    |
    May 15, 2024

    As domino is no longer used in Sametime 12, I'm glad to hear that a new Admin Client is coming and this will hopefully be available.

    If a users is no longer in the LDAP directory, then Sametime session should be terminated too. If this is not done automatically, then an administrator should be able to do this manually using some UI.

  • Admin
    Trevor Tallackson
    Reply
    |
    Jun 8, 2023

    This sounds like a great feature to add to the new Admin Client coming soon. Thanks for the feedback!