Configuring from the command line using secadm

  1. To enable auto-logout: From a command line on the Landmark server, run the following command:

    secadm -p <PASSWORD> service property add <PRIMARY_SERVICE_NAME> SessionAutoLogout --propertyvalue true

    where

    <PASSWORD> is the security administration password for your site

    <PRIMARY_SERVICE_NAME> is your primary authentication service, for example, HCM.HCMAPPS.CANDIDATESELFSERVICE

    Command example:

    secadm -p Password!123 service property add HCM.HCMAPPS.CANDIDATESELFSERVICE SessionAutoLogout --propertyvalue true

  2. To change the number of minutes of user inactivity duration after which auto-logout occurs from the default of 15 minutes, run the following command:

    secadm -p <PASSWORD> service property add <PRIMARY_SERVICE_NAME> MaxInactivityTime --propertyvalue <TIME_VALUE_IN_MINS>

    where

    <PASSWORD> is the security administration password for your site

    <PRIMARY_SERVICE_NAME> is your primary authentication service, for example, HCM.HCMAPPS.CANDIDATESELFSERVICE

    <TIME_VALUE_IN_MINS> is the number of minutes after which auto-logout occurs

    Command example:

    secadm -p Password!123 service property add HCM.HCMAPPS.CANDIDATESELFSERVICE MaxInactivityTime --propertyvalue 30

  3. In order for the changes made in this section to take effect, you must restart the browser.