Change dns backend: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 5: Zeile 5:
  
 
  service bind9  stop
 
  service bind9  stop
 +
 +
*add this to named.conf.options
 +
include "/usr/local/samba/private/named.conf
  
  

Version vom 7. Juli 2014, 15:38 Uhr

service samba-ad-dc  stop


apt-get install bind9
service bind9  stop
  • add this to named.conf.options
include "/usr/local/samba/private/named.conf


  • remove from smb.conf
server services = ........ -dns
  • change in
/var/lib/samba/private/named.conf
# For BIND 9.9.0
database "dlopen /usr/lib/x86_64-linux-gnu/samba/bind9/dlz_bind9_9.so";


service samba-ad-dc  start
service bind9  start