Uploaded image for project: 'Support'
  1. Support
  2. SUPPORT-282

conf file XML syntax checker missing supported fields <Signer><PidFile> and <Signer><SocketFile>

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 2.1.10
    • Fix Version/s: None
    • Component/s: Configuration
    • Labels:
      None

      Description

      The ODS Signer supports <PidFile> and <SocketFile> configuration options but the XML syntax checker does not know of them and does not allow them to be entered. Each Update of the program, I must manually edit the conf.rng file to copy these element specifications from the <Enforcer> section to the <Signer> Section. This change should be made upstream.

      In https://github.com/opendnssec/opendnssec/blob/develop/conf/conf.rnc

      lines 106 - 110

      # File used to detect enforcerd is already running.
      & element PidFile { xsd:string }?
      # Socket to use for communicating between enforcer and enforcerd
      & element SocketFile { xsd:string }?
      

      Need to be duplicated into the "element Signer" section.

       

       

       

       

        Attachments

          Activity

            People

            Assignee:
            Unassigned
            Reporter:
            s45377 Sean Gallagher
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated: