search for: bind9_ip_addc

Displaying 2 results from an estimated 2 matches for "bind9_ip_addc".

2015 Oct 23
0
joining second DC to domain and non creation of DC DNS records
...tps://lists.samba.org/mailman/options/samba [L.P.H. van Belle] This is an old bug, which is handled by my scripts for some time now ;-) If you take this code and run it after install its fixed. ################################ #!/bin/bash SETDNSDOMAIN=`hostname -d` SETHOSTNAME=`hostname -s` BIND9_IP_ADDC=`hostname -i` SAMBA_NT_ADMIN="Administrator" SAMBA_NT_ADMIN_PASS="PUT_YOUR_ADMINISTRATOR_PASSWORD_HERE" ## the if the needed dns entries for kerberos are there. if [ -z "`host -t SRV _ldap._tcp.${SETDNSDOMAIN}. | grep 'not found'`" ]; then echo "tes...
2015 Oct 23
4
joining second DC to domain and non creation of DC DNS records
Hi Rowland, I have similar problem with sernet 4.2.4 package: no dns entry created and logs are showing NOTAUTH for dnsupdate Here is my work around: New DC joins domain with: --dns-backend=BIND9_DLZ and --server=partnerDC.contoso.com Don't start samba or bind yet !! After that I've to correct some permissions rights on these folders/files (bind can read): - private - dns - dns/* -