Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
fusiondirectory-plugins
fusiondirectory-plugins
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 46
    • Issues 46
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • fusiondirectory
  • fusiondirectory-pluginsfusiondirectory-plugins
  • Issues
  • #6079

Closed
Open
Opened Nov 11, 2020 by agallavardin@agallavardinReporter

reload dns map from dns interface didn't work , but from server it works

Description

Try to reload map from DNS main interface : it didn't work : image I add a data::dumper trace on Argonaut client :

Nov 11 16:22:39 [NOTICE] ldap2zone called zone: $VAR1 = [
          'demo.fusion.'
        ];

Try to reload from serveur view : it's work image

Trace from argonaut client : Nov 11 16:31:16 [NOTICE] ldap2zone called zone: $VAR1 = 'demo.fusion.';

see the difference : from DNS main interface, an array is sent, from server interface it's a string

Distribution Name and Version

Debian Stretch

FusionDirectory Version

from git

root@fd-14-dev:/usr/local/src/fd-plugins# git show
commit 573c517c78477d75d3a32d3961a3a8c6156fa938 (HEAD -> 1.4-dev, origin/HEAD, origin/1.4-dev)

Plugin with the defect

dns

PHP version used

ii php7.3 7.3.19-1~deb10u1

Steps to Reproduce

  1. create a single dns zone
  2. reload it from DNS main interface : FAIL
  3. reload it from DNS tab in Server main interface : WORKS

Reproduces how often: 100%

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: fusiondirectory/fd-plugins#6079