Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  •  From within SoftNAS, navigate to Settings >Identity and Access Control > Kerberos

  •  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 RemovedImage Added

Image RemovedImage Added

Verifying Kerberos is Functional

Info
In the above example, AD.BUURST.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, navigate to Settings > General System Settings, which will open a new window with access to the full Webmin console.

  •  Choose Others > Command Shell.

  •  Once in the command shell, issue the following command to login: 
Code Block
languagebash
themeEclipse
kinit -p administrator


  •  

    List the Kerberos ticket, which proves you successfully logged into AD using the following command:

    Code Block
    languagebash
    themeEclipse
    klist


  •  You should see something similar to the image to the right.

Image RemovedImage Added