~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/tests/kdc_realm/input_conf/krb5_priKDC_template.conf

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2009-05-07 16:16:34 UTC
  • mfrom: (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090507161634-xqyk0s9na0le4flj
Tags: 1.7dfsg~beta1-4
When  decrypting the TGS response fails with the subkey, try with the
session key to work around Heimdal bug, Closes: #527353 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[libdefaults]
 
2
        default_realm = Y.COM
 
3
    default_keytab_name = FILE:%(tier2)s/krb5.keytab
 
4
        default_tkt_enctypes = aes256-cts-hmac-sha1-96  des3-hmac-sha1 des-cbc-crc 
 
5
        default_tgs_enctypes = aes256-cts-hmac-sha1-96  des3-hmac-sha1 des-cbc-crc 
 
6
        dns_lookup_kdc = true
 
7
        dns_lookup_realm = false
 
8
 
 
9
 
 
10
[kdcdefaults]
 
11
#       no_host_referral = * 
 
12
        host_based_services = *
 
13
 
 
14
[realms]
 
15
        Y.COM = {
 
16
                kdc = %(localFQDN)s:7777
 
17
        }
 
18
 
 
19
[domain_realm]
 
20
        mybox.mit.edu = Z.COM
 
21
        %(localFQDN)s = Y.COM
 
22
        .y.com = Y.COM 
 
23
        y.com = Y.COM 
 
24
 
 
25
[dbmodules]
 
26
        db_module_dir = %(srcdir)s/plugins/kdb/db2
 
27
 
 
28
[logging]
 
29
        kdc = FILE:%(tier2)s/krb5kdc.log
 
30