Versions Compared

Key

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

...

The number of max sessions can be changed by per user.

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

...

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


How to unlock

...

a user

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

...