Hi All:
I just finshed the Samba 4.2 installation and followed the Samba WiKi https://wiki.samba.org/index.php/Se...oller#Provisioning_the_Samba_Active_Directory
for the absolutely new AD configuration,
all the test is passed till I perform the test as the Samba Wiki suggested for the "Testing DNS";
I got error;
respectively
But however as I followed the youtube introduction (which do not show the test but if I take the test it still failure)
I could join the domain successful, so I am wondering what those test exactly for and if the above DNS test do not pass will it cause some feature not work later ?
I just finshed the Samba 4.2 installation and followed the Samba WiKi https://wiki.samba.org/index.php/Se...oller#Provisioning_the_Samba_Active_Directory
for the absolutely new AD configuration,
all the test is passed till I perform the test as the Samba Wiki suggested for the "Testing DNS";
Code:
$ host -t SRV _ldap._tcp.mfun.invalid
$ host -t SRV _kerberos._udp.mfun.invalid
$ host -t A dc1.mfun.invalid
Code:
Host _ldap._tcp.mfun.invalid not found: 3(NXDOMAIN)
Host _kerberos._udp.mfun.invalid not found: 3(NXDOMAIN)
Host dc1.mfun.invalid not found: 3(NXDOMAIN)
But however as I followed the youtube introduction (which do not show the test but if I take the test it still failure)