Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated links in the proper manner.
  •  Log on to SoftNAS StorageCenter.
     In the Storage Administration pane on the left, select Settings > Identity From within SoftNAS, navigate to Settings >Identity and Access Control > Kerberos
Image Removed


  •  The Kerberos5 Configuration panel will be displayed. 
  •  Enter the the full Active Directory server name in upper case in the Realm text entry box; e.g., YOURDOMAIN.COM, MYDOMAIN.LOCAL.
  •  Click the Update Configuration button. 
Image Removed
  • Enter the required information into the Default Configuration text boxes.

  •  Once done, click the Update Configuration button.  This will update your /etc/krb5.conf file.

Image Added

Image Added

Verifying Kerberos is Functional

Info
In the above example,
SOFTNAS
AD.BUURST.
LOCAL
QA is the full domain name.
  •  Log in to a command shell using SSH, SoftNAS Console (VMware) or use the Command Shell.

  •  To access the command shell from within the SoftNAS UI,
go
  • navigate to Settings > General System Settings, which will open a new window with access to the full Webmin console
, then choose
  • .

  •  Choose Others > Command Shell.

  •  Once in the command shell,
(whichever method you use)
  • issue the following
commands:
 "kinit" is used to log in as the AD administrator. Note that for best results use the actual domain administrator, not a user with domain admin rights.
 Enter the password for administrator@SOFTNAS.LOCAL:
Panel
borderColorblack
bgColor#f0f0f0
borderStylesolid
[root@softnas]# kinit -p administrator
 Next, list
  • command to login: 
Code Block
languagebash
themeEclipse
kinit -p administrator


  •  

    List the Kerberos ticket, which proves you successfully logged into AD


Panel
borderColorblack
bgColor#f0f0f0
borderStylesoldi
[root@softnas]#
  • using the following command:

    Code Block
    languagebash
    themeEclipse
    klist


Image Removed
  • similar to the image to the right.

Image Added