« December 2009
SunMonTueWedThuFriSat
  
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  
       
Today

FEEDS

SEARCH



LINKS




CONTACT
tdh
Template by
Helquin

Saturday Mar 04, 2006

Q3: Why doesn't my keytab with Triple-DES work?

Q: Why doesn't my keytab work with Triple-DES?

A: Not all Kerberos implementations support Triple-DES. Solaris does, but neither of Linux nor Data ONTAP do.

If Kerberized access is not working, and non-Kerberized access is, then check out your keytab to see if Single-DES is supported. I know of 3 ways to help fix this problem:

  • Regenerate your keytab with DES support.
    • Either remove Triple-DES,
    • Or make sure DES is first. Some implementations will not work correctly if Triple-DES is first.
  • The TGS ticket enc types can be restricted on the client by changing the krb5.conf file to set the option default_tgs_enctypes to something like: des-cbc-crc.
  • Recreate the server's nfs principal to only include the single des enctype.

Technorati Tags:
Orginally posted on NFSv4 in Action
Copyright (C) 2006, NFSv4 in Action

Comments:

Post a Comment:
  • HTML Syntax: NOT allowed