Active Directory Debug
Jump to navigation
Jump to search
NOTE: If your NAS firmware version is 2.1.4 or later, you don't need to run the debug procedure. Please just click the [View] button on the error message to get the debug message.
The following procedure is for firmware version 2.1.3 or earlier only. But we suggest you update to 2.1.4 which have fixed the AD domain netbios name issue.
Active Directory (AD) debug procedure:
- Update the NAS to latest firmware version
- Connect by ssh.
- Copy /usr/bin/setup_smb.sh to setup_smb.sh.bak
- Copy setup_smb.sh.debug to setup_smb.sh
- Setup the AD settings on Web and apply
- Check the /tmp/setup_smb.debug file
- The following is a example
login as: admin admin@10.8.12.240's password: [~] # cd /usr/bin [/usr/bin] # cp setup_smb.sh setup_smb.sh.bak [/usr/bin] # cp setup_smb.sh.debug setup_smb.sh
+++++++++++++++++++++++++++++++++++++++++++++++++
Please then go to the web administration page, setup the AD and click Apply. After the error message is shown, check the /tmp/setup_smb.debug file through ssh.
+++++++++++++++++++++++++++++++++++++++++++++++++
[/usr/bin] # cd /tmp [/tmp] # more setup_smb.debug ======== DEBUG START ======= [command] /etc/init.d/smb.sh stop [command] echo adminpassword | /usr/bin/kinit administrator@QNAPTEST.COM Password for administrator@QNAPTEST.COM: [command] /usr/local/samba/bin/net ads join -U administrator%adminpassword -s /etc/config/smb.conf Using short domain name -- QNAPTEST Joined 'CSDNAS' to realm 'qnaptest.com' [command] /etc/init.d/smb.sh start [/tmp] #