~ubuntu-branches/ubuntu/precise/zonecheck/precise

« back to all changes in this revision

Viewing changes to locale/test/soa.en

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Delafond
  • Date: 2009-10-10 11:40:59 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20091010114059-tnpi531yvdr5329q
Tags: upstream-2.0.4+cvs20081105
ImportĀ upstreamĀ versionĀ 2.0.4+cvs20081105

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version='1.0' encoding='UTF-8'?>
2
2
<!DOCTYPE config PUBLIC "-//ZoneCheck//DTD Config V1.0//EN" "msgcat.dtd">
3
3
<msgcat lang="en">
4
 
<!-- $Id: soa.en,v 1.28 2003/12/18 15:55:50 sdalu Exp $ -->
 
4
<!-- $Id: soa.en,v 1.32 2006/11/21 15:59:01 bortzmeyer Exp $ -->
5
5
 
6
6
<!--
7
7
9
9
# AUTHOR      : Stephane D'Alu <sdalu@nic.fr>
10
10
#
11
11
# CREATED     : 2002/08/02 13:58:17
12
 
# REVISION    : $Revision: 1.28 $ 
13
 
# DATE        : $Date: 2003/12/18 15:55:50 $
 
12
# REVISION    : $Revision: 1.32 $ 
 
13
# DATE        : $Date: 2006/11/21 15:59:01 $
14
14
#
15
15
# CONTRIBUTORS: (see also CREDITS file)
16
16
#
50
50
    <explanation name="soa_local_policy">
51
51
      <src type="adv">
52
52
        <title><zcconst name="registry"/> registry policy</title>
53
 
        <para>The registry requieres the SOA fields to be inside
 
53
        <para>The registry requires the SOA fields to be inside
54
54
          a defined range: the 'expire' should be between
55
55
          <zcconst name="soa:expire:min"  display="duration"/> and
56
56
          <zcconst name="soa:expire:max"  display="duration"/>, 
233
233
    <details/>
234
234
  </check>
235
235
 
 
236
  <check name="soa_drift_serial">
 
237
    <name>excessive drift of serial number with primary nameserver</name>
 
238
    <success>Acceptable or no drift of serial number with primary nameserver</success>
 
239
    <failure>Excessive drift of serial number with primary nameserver</failure>
 
240
    <explanation/>
 
241
    <details><para>The expected value for the serial (taking drift into 
 
242
      account) should have been more than <zcvar name="serial_min"/>, 
 
243
      but is <zcvar name="serial_this"/> instead of 
 
244
      <zcvar name="serial_ref"/> as on <zcvar name="host_ref"/>).</para></details>
 
245
  </check>
236
246
 
237
247
  <check name="soa_coherence_serial">
238
248
    <name>coherence of serial number with primary nameserver</name>
267
277
  <check name="soa_coherence">
268
278
    <name>coherence of SOA with primary nameserver</name>
269
279
    <success>The SOA is consistent with primary nameserver</success>
270
 
    <failure>The SAO is not consistent with primary nameserver</failure>
 
280
    <failure>The SOA is not consistent with primary nameserver</failure>
271
281
    <explanation/>
272
282
    <details/>
273
283
  </check>