Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

if USERNAME = ALL, it will clean the sessions for all the users. 

...

Lock a user not logged in certain period of time

It is possible to block lock a user if has not logged in for a specified period of time. For example, when set to 3 months, the system will block a lock an user that has not logged in in the last 3 months. 

...

Code Block
  'nmis' => {
    'admission' => 'true',
    'groups' => 'all',
    'privilege' => 'administrator',
    'user' => 'nmis'
    'expire_after' => 0
  },


How to unlock

...

an user

You can use the nmis cli tool. It should be run as root:

...