summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 232b6c346..bb5d43df7 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -862,6 +862,14 @@ Reason: %reason%
},
{
+ name => 'timetrackinggroup',
+ desc => 'The name of the group of users who can see/change time tracking ' .
+ 'information.',
+ type => 't',
+ default => ''
+ },
+
+ {
name => 'loginnetmask',
desc => 'The number of bits for the netmask used if a user chooses to ' .
'allow a login to be valid for more than a single IP. Setting ' .