/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to clients.conf

  • Committer: Teddy Hogeborn
  • Date: 2022-04-23 20:36:45 UTC
  • Revision ID: teddy@recompile.se-20220423203645-ktjgbbuwsha3z5ym
Add comment about duration syntax to default clients.conf.

* clients.conf (timeout, interval, extended_timeout, approval_delay,
  approval_duration): Add comment about this being RFC 3339 syntax.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
# How long until a client is disabled and not be allowed to get the
6
6
# data this server holds.
 
7
# (RFC 3339 duration syntax)
7
8
;timeout = PT5M
8
9
 
9
10
# How often to run the checker to confirm that a client is still up.
11
12
# running.  The server will wait for a checker to complete until the
12
13
# above "timeout" occurs, at which time the client will be disabled,
13
14
# and any running checker killed.
 
15
# (RFC 3339 duration syntax)
14
16
;interval = PT2M
15
17
 
16
18
# Extended timeout is an added timeout that is given once after a
17
19
# password has been sent sucessfully to a client.  This allows for
18
20
# additional delays caused by file system checks and quota checks.
 
21
# (RFC 3339 duration syntax)
19
22
;extended_timeout = PT15M
20
23
 
21
24
# What command to run as "the checker".
25
28
;approved_by_default = True
26
29
 
27
30
# How long to wait for approval.
 
31
# (RFC 3339 duration syntax)
28
32
;approval_delay = PT0S
29
33
 
30
34
# How long one approval will last.
 
35
# (RFC 3339 duration syntax)
31
36
;approval_duration = PT1S
32
37
 
33
38
# Whether this client is enabled by default