Displaying 1 result from an estimated 1 matches for "exguide".
2013 Oct 26
1
Keytab AES export samba4.0
...If I use:
samba-tool domain exportkeytab /tmp/dns1.keytab
--principal=DNS/dc1.test.local
I only get
Keytab name: FILE:/tmp/dns1.keytab
KVNO Timestamp Principal
---- -------------------
------------------------------------------------------
1 26.10.2013 22:02:49 DNS/dc1.test.local at EXGUIDE.LOCAL (des-cbc-crc)
1 26.10.2013 22:02:49 DNS/dc1.test.local at EXGUIDE.LOCAL (des-cbc-md5)
1 26.10.2013 22:02:49 DNS/dc1.test.local at EXGUIDE.LOCAL (arcfour-hmac)
If I use the samba generated dns.keytab I have all supported types.
How to export the keytab the same way when samba is pro...