Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
BIND
BIND
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 627
    • Issues 627
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 116
    • Merge Requests 116
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • BINDBIND
  • Issues
  • #2341

Closed
Open
Created Dec 08, 2020 by Matthijs Mekking@matthijs🏡Maintainer

Removing 'auto-dnssec' does not turn off DNSSEC maintenance

If you reconfigure a zone and remove the auto-dnssec option, the zone is actually still DNSSEC maintained. This is because in zoneconf.c there is no call to dns_zone_setkeyopt() to turn off the flags. If the configuration option is not used cfg_map_get(zoptions, "auto-dnssec", &obj) will return an error.

(this is fixed in d72ad7c5 as part of #1750 (closed))

Assignee
Assign to
January 2021 (9.11.27, 9.11.27-S1, 9.16.11, 9.16.11-S1, 9.17.9)
Milestone
January 2021 (9.11.27, 9.11.27-S1, 9.16.11, 9.16.11-S1, 9.17.9) (Past due)
Assign milestone
Time tracking
None
Due date
None