Hi guys,
I'm trying to use Kerberos keytabs to join via AD but I'm unsure how exactly the process is meant to work.
Thus far, I've created my user with join privileges (JoinExample is the user) and created my keytabs using the following lines:
Next, I imported them in the appropriate tab and checked /etc/krb5.keytab (they appeared). I'm not sure what the remaining steps are to complete this process but I could definitely use some insight. Thanks!
I'm trying to use Kerberos keytabs to join via AD but I'm unsure how exactly the process is meant to work.
Thus far, I've created my user with join privileges (JoinExample is the user) and created my keytabs using the following lines:
Code:
samba-tool spn add krbtgt/EXAMPLE.COM JoinExample samba-tool spn add cifs/FreeNAS.example.com JoinExample samba-tool spn add ldap/FreeNAS.example.com JoinExample samba-tool domain exportkeytab krbtgt-freenas.keytab --principal=krbtgt/EXAMPLE.COM samba-tool domain exportkeytab cifs-freenas.keytab --principal=cifs/FreeNAS.example.com samba-tool domain exportkeytab ldap-freenas.keytab --principal=ldap/FreeNAS.example.com
Next, I imported them in the appropriate tab and checked /etc/krb5.keytab (they appeared). I'm not sure what the remaining steps are to complete this process but I could definitely use some insight. Thanks!
Last edited: