<div>On 10/16/2016 09:34 PM, Mark Andrews wrote:<br>> In message <cc788a8c-0d45-4726-b6c1-01766a8b5a83@typeapp.com>, "Pallissard, Matt" writes:<br>>><br>>> Has anyone successfully used LDAP as a dynamic back-end for bind 9.11?<br>>><br>>> Unless I'm reading the release notes/new features pages incorrectly the bind-dyndb-ldap plugin has been rolled into ISC's official release and I shouldn't have to mess around with patching/building it from source.<br>>><br>>><br>>> Yet I get the following errors upon startup;<br>>><br>>> named[9937]: loading configuration from '/etc/named.conf'<br>>> named[9937]: /etc/named.conf:23: unknown option 'dynamic-db'<br>>> named[9937]: loading configuration: failure<br>>> named[9937]: exiting (due to fatal error)<br>>> systemd[1]: named.service: Main process exited, code=exited, status=1/FAILURE<br>>><br>>><br>>> I'm using the package provided by Arch
Linux and can provide the flags the bind package was compiled with if those are relevant.<br>>><br>>> Any advice would be greatly appreciated.<br>> <br>> Did you mean "dyndb" perhaps?<br>>  <br>>> Matt Pallissard<br><br></div>
<div>Changing from dynamic-db to dyndb still causes named to fail.<br><br></div>
<div>Using formatting similar to this;<br><br></div>
<div>dyndb "<a href="http://domain.net">domain.net</a>" {<br>  library "<a href="http://ldap.so">ldap.so</a>"<br>  arg... <br>}<br><br></div>
<div>Gives the following error;<br><br></div>
<div>named[31641]: /etc/named.conf:23: expected quoted string near '{<br><br></div>
<div>Most of the documentation I can find around this seems to use 'dynamic-db' in named.conf<br><br><br></div>
<div>Matt Pallissard</div>