Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Re: gssapi-with-mic and a Windows AD KDC

Subject: Re: gssapi-with-mic and a Windows AD KDC
Date: Tue, 14 Mar 2006 12:52:51 +0000

On 14 Mar 2006, at 03:15, Cribb, Jay [GovSG] wrote:

Use des-cbc-crc for ticket and keytab export (it's the type that's usually the least common denominator)
Is this Windows 2000 or Windows 2003?

Thanks. It's 2003. I seem not to be able to get the enctype to be des- cbc-crc for the ticket. In /etc/krb5.conf I have


[libdefaults]
        default_realm = AD.CL.CAM.AC.UK
        clockskew = 300
        default_tkt_enctypes = des-cbc-crc
        default_tgs_enctypes = des-cbc-crc
        permitted_enctypes = des-cbc-crc

The host keytab looks like this:

Keytab name: FILE:/etc/krb5.keytab
KVNO Principal
---- ------------------------------------------------------------------------ --
9 host/somehost.cl.cam.ac.uk@AD.CL.CAM.AC.UK (DES cbc mode with CRC-32)


But my ticket for the host principal still ends up des-cbc-md5:

Ticket cache: FILE:/tmp/krb5cc_1696
Default principal: ig206@AD.CL.CAM.AC.UK

Valid starting Expires Service principal
03/14/06 10:50:28 03/14/06 20:50:32 krbtgt/ AD.CL.CAM.AC.UK@AD.CL.CAM.AC.UK
renew until 03/15/06 10:50:28, Etype (skey, tkt): DES cbc mode with CRC
32, ArcFour with HMAC/md5
03/14/06 10:50:47 03/14/06 20:50:32 host/ somehost.cl.cam.ac.uk@AD.CL.CAM.AC.UK
renew until 03/15/06 10:50:28, Etype (skey, tkt): DES cbc mode with CRC
32, DES cbc mode with RSA-MD5


<Prev in Thread] Current Thread [Next in Thread>