Host _ldap._tcp.domain.com not found: 3(NXDOMAIN)

Status
Not open for further replies.

pavlin117

Cadet
Joined
Jul 26, 2018
Messages
1
Hi, all

From 3 days I'm stuck with AD service on FreeNAS. I tried everything but can't and can't join it in AD. The version of FreeNAS is 11.1-STABLE. At the end of the day i cannot understand why it can't resolve the SRV records for _ldap. The strange thing is that it does it 1 of 10 times. It is not a AD or DNS issue, my other clients/servers resolve them with no problem. Yesterday I installed a test FreeNAS which is FreeNAS-9.3-STABLE. There i could not join the AD either, but this time the error from the terminal is:

Code:
Traceback (most recent call last):
  File "/usr/local/bin/adtool", line 606, in <module>
	main()
  File "/usr/local/bin/adtool", line 592, in main
	adts = ADToolShell()
  File "/usr/local/bin/adtool", line 36, in __init__
	self.adc = ActiveDirectoryConfig(flags=FLAGS_DBINIT)
  File "/usr/local/www/freenasUI/common/freenasldap.py", line 2058, in __init__
	super(FreeNAS_ActiveDirectory, self).__init__(**kwargs)
  File "/usr/local/www/freenasUI/common/freenasldap.py", line 1417, in __init__
	self.set_servers()
  File "/usr/local/www/freenasUI/common/freenasldap.py", line 1539, in set_servers
	self.set_domain_controller()
  File "/usr/local/www/freenasUI/common/freenasldap.py", line 1499, in set_domain_controller
	"Unable to find domain controllers for %s" % self.domainname)
freenasUI.common.freenasldap.FreeNAS_ActiveDirectory_Exception: Unable to find domain controllers for None 


From the GUI the error for both is the same "Unable to contact domain controllers for "domain.com".
 
Status
Not open for further replies.
Top