can't join domain (9.10)

Status
Not open for further replies.

berbox

Dabbler
Joined
Jul 18, 2014
Messages
16
It worked under 9.3 and the first 9.10 releases, but as of
FreeNAS-9.10-STABLE-201604181743 (74ef270)
I can't connect.
AD is a samba4.3 setup.

The GUI forces me to set encryption:
Code:
{'desc': 'Strong(er) authentication required', 'info': 'BindSimple: Transport encryption required.'}.

So I can't even save my settings. I didn't have encryption on in the last working months.

Following the troubleshooting from the docs, dns and the first two lines are fine, and then:
Code:
[root@freenas] /# service ix-kerberos start
ERROR: option error
Traceback (most recent call last):
  File "/usr/local/libexec/nas/generate_krb5_conf.py", line 557, in <module>
    main()
  File "/usr/local/libexec/nas/generate_krb5_conf.py", line 489, in main
    ad = FreeNAS_ActiveDirectory(flags=FLAGS_DBINIT)
  File "/usr/local/www/freenasUI/common/freenasldap.py", line 2424, in __init__
    super(FreeNAS_ActiveDirectory, self).__init__(**kwargs)
  File "/usr/local/www/freenasUI/common/freenasldap.py", line 1564, in __init__
    self.set_servers()
  File "/usr/local/www/freenasUI/common/freenasldap.py", line 1720, in set_servers
    self.dchandle.open()
  File "/usr/local/www/freenasUI/common/freenasldap.py", line 315, in open
    if self.ssl == FREENAS_LDAP_USETLS:
ValueError: option error
 
D

dlavigne

Guest
Please create a bug report at bugs.freenas.org and post your issue number here. The report should include a debug which you can create using System -> Advanced -> Save Debug.
 
Status
Not open for further replies.
Top