#163 dynamic-db configuration fails silently when configured outside of view {}
Opened 8 years ago by pspacek. Modified 7 years ago

Problem

https://www.redhat.com/archives/freeipa-users/2016-February/msg00226.html

Plugin silently fails to load when it is configured side-by-side with a view.
I.e. it is hard to combine the plugin with views.

Steps to Reproduce

Use view statement in named.conf and define dynamic-db outside of view:

view "test" {

    zone "t1.test." IN {
        type master;
        file "t1.db";
    };
};

dynamic-db "ipa" {
        library "ldap.so";
//      ...
};

Symptom

Plugin does not load at all and does not print any message.


This does not affect FreeIPA users so it does not have priority right now.

Metadata Update from @pspacek:
- Issue assigned to someone
- Issue set to the milestone: The Deferred

7 years ago

Login to comment on this ticket.

Metadata