You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
We have built Samba4 alpha18 (not alpha19) successfully at FreeBSD 8.2-8.3.But we can' t make workable Bind dlz when include "/usr/local/samba/private/named.conf"; ordlz "AD DNS Zone" { database "dlopen /usr/local/samba/lib/bind9/dlz_bind9.so"; }; in /var/etc/named.conf Bind doesn' t start with either ... or line.As we have found out BInd works its instance in jail at FreeBSD. Who can help ?
Amitay Isaacs
unread,
Apr 30, 2012, 5:26:08 AM4/30/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Can you start bind as follows and check if it works?
/usr/sbin/named -u named -f -g (If it complains about config file,
add -c /path/to/named.conf.)
You cannot start BIND in jail since BIND requires samba libraries.