1REALMCHK(1) User Contributed Perl Documentation REALMCHK(1)
2
3
4
6 realmchk - Validate a set of DNSSEC-Tools realms files
7
9 realmchk [options] <realm-files>
10
12 realmchk checks the validity of a set of DNSSEC-Tools realms file. The
13 results can be given in a summary or verbose form, or without any
14 results printed at all. The exit code is the count of errors found by
15 realmchk in all the realms files checked.
16
17 realmchk identifies the following error conditions:
18
19 * The state is either "active" or "inactive".
20
21 * The config directory is a writable, searchable directory.
22
23 * The state directory is a writable, searchable directory..
24
25 * The realm directory is a writable, searchable directory.
26
27 * The rollrec file is a writable regular file.
28
29 * If the user is defined, it is a valid user.
30
32 The following options are handled by realmchk.
33
34 -quiet
35 Give no output.
36
37 -verbose
38 Provide extensive output describing the state of the realms files.
39
40 -Version
41 Displays the version information for realmchk and the DNSSEC-Tools
42 package.
43
44 -help
45 Displays a help message and exits.
46
48 Copyright 2012-2014 SPARTA, Inc. All rights reserved. See the COPYING
49 file included with the DNSSEC-Tools package for details.
50
52 Wayne Morrison, tewok@tislabs.com
53
55 dtrealms(8), lsrealm(8), realminit(8)
56
57 Net::DNS::SEC::Tools::realm.pm(3),
58
59
60
61perl v5.30.1 2020-01-28 REALMCHK(1)