Details
-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Low
-
Resolution: Complete
-
Affects Version/s: 11.3-U2, 11.3-U2.1
-
Fix Version/s: 12.0-ALPHA2, 11.3-U4
-
Component/s: Directory Services
-
Labels:None
Description
I need to join a FreeNAS 11.3-U2 to a Windows AD Domain however, it is failing. Following the troubleshoot commands in the user manual, some commands in particular also fail.
Top Right area of the UI (Directory Services Monitor) shows that the AD is Faulted, and LDAP & NIS disabled.
Can you please let me know what else I need to provide in the way of logs, etc?
root@freenas[/var/log/samba4]# sqlite3 /data/freenas-v1.db "update directoryservice_activedirectory set ad_enable=1;"
root@freenas[/var/log/samba4]# echo $?
0
root@freenas[/var/log/samba4]# service ix-kerberos start
ix-kerberos does not exist in /etc/rc.d or the local startup
directories (/etc/ix.rc.d /usr/local/etc/rc.d), or is not executable
root@freenas[/var/log/samba4]# service ix-nsswitch start
root@freenas[/var/log/samba4]#
root@freenas[/var/log/samba4]# service ix-kinit start
root@freenas[/var/log/samba4]#
root@freenas[/var/log/samba4]# service ix-kinit status
root@freenas[/var/log/samba4]# echo $?
0
root@freenas[/var/log/samba4]# klist
Credentials cache: FILE:/tmp/krb5cc_0
Principal: user@###.NET.MT
Issued Expires Principal
May 5 12:22:23 2020 May 5 22:22:23 2020 krbtgt/redacted.NET.MT@redacted.NET.MT
root@freenas[/var/log/samba4]# python /usr/local/www/freenasUI/middleware/notifier.py start cifs
True
root@freenas[/var/log/samba4]# service ix-activedirectory start
ix-activedirectory does not exist in /etc/rc.d or the local startup
directories (/etc/ix.rc.d /usr/local/etc/rc.d), or is not executable
root@freenas[/var/log/samba4]# service ix-activedirectory status
ix-activedirectory does not exist in /etc/rc.d or the local startup
directories (/etc/ix.rc.d /usr/local/etc/rc.d), or is not executable
root@freenas[/var/log/samba4]#