Configure the tracking of modifications to the accounts on the server.
juggernaut --task=lfd:tracking:account
Option |
Value | Default | Description |
---|---|---|---|
--AT_ALERT |
<0-3> | 2 | Enable the tracking of modifications to the accounts on a server. If account tracking options are triggered then an alert email is sent. Options: 0 = disable this feature, 1 = enable this feature for all accounts, 2 = enable this feature only for superuser accounts (UID = 0, e.g. root, etc), 3 = enable this feature only for the root account |
--AT_INTERVAL |
<10-3600> | 60 | The interval in seconds between account tracking checking. |
--default |
<yes> | Reset all settings to their default values. | |
--default_option |
<option> | Reset a specific setting to its default value. | |
--restart |
<yes> | Restart the service after saving settings. |
// disable AT_ALERT
juggernaut --task=lfd:tracking:account --AT_ALERT=0 --restart=yes
// reset AT_ALERT back to default
juggernaut --task=lfd:tracking:account --default_option=AT_ALERT --restart=yes
// reset all settings back to default
juggernaut --task=lfd:tracking:account --default=yes --restart=yes