Active Directory Debug

From QNAPedia
Revision as of 12:09, 30 June 2015 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Image:View_button_of_AD_error.jpg


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:

  1. Update the NAS to latest firmware version
  2. Connect by ssh.
  3. Copy /usr/bin/setup_smb.sh to setup_smb.sh.bak
  4. Copy setup_smb.sh.debug to setup_smb.sh
  5. Setup the AD settings on Web and apply
  6. Check the /tmp/setup_smb.debug file
  7. 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] #