New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port bind-dyndb-ldap to BIND 9.11 #1
Conversation
574bb97
to
c2da2f4
Compare
This is first step which allows the plugin to run.
It requires configuration in format
dyndb <name> <library> {
{option1 value}
{option2 value}
};
This will be improved in another patch.
This plugin now uses the same configuration conventions and error
reporting facilities and native BIND.
Configuration format is:
dyndb <name> <library> {
option1 "string value";
option2 integer-value;
};
|
ACK |
|
@stutiredboy There is probably a issue in path overriding logic. I will take care of this in separate PR because it works when you have BIND 9.11 installed in default paths. |
|
Pushed to master: 2649ef1 BIND 9.11: Remove #if blocks for older BIND versions. |
This is work in progress patch set, do not merge it yet.