ITHAQVA
Dabbler
- Joined
- Jun 2, 2020
- Messages
- 15
Having spent several weeks on FreeNAS as a complete Noob I thought i'd post this about Kerberos Keytabs. The info that i saw didn't simplify it enough and lead to several attempts.
When active Directory integrating a FreeNAS device and using Kerberos Keytabs I found this worked.
ktpass -out bosso.keytab -princ **********/%%%%%@+++++ /mapuser %%%%%@+++++ /pass “”””” -ptype KRB5_NT_PRINCIPAL -crypto ALL
Key:
********** = Your PDC DNS name
%%%%% = The user name you are using to set up the keytab
+++++ = The domain name
“”””” = The password of the user in the keytab
:)
When active Directory integrating a FreeNAS device and using Kerberos Keytabs I found this worked.
ktpass -out bosso.keytab -princ **********/%%%%%@+++++ /mapuser %%%%%@+++++ /pass “”””” -ptype KRB5_NT_PRINCIPAL -crypto ALL
Key:
********** = Your PDC DNS name
%%%%% = The user name you are using to set up the keytab
+++++ = The domain name
“”””” = The password of the user in the keytab
:)