Displaying 2 results from an estimated 2 matches for "draffc3".
2004 May 12
2
Failed to verify ticket ?
...-sha1 des-cbc-crc
#default_tkt_enctypes = des3-hmac-sha1 des-cbc-crc
#permitted_enctypes = des3-hmac-sha1 des-cbc-crc
dns_lookup_realm = false
dns_lookup_kdc = false
kdc_req_checksum_type = 2
checksum_type = 2
ccache_type = 1
forwardable = true
proxiable = true
[realms]
DRAF.FC = {
kdc = draffc3.draf.fc
default_domain = DRAFFCOMTE
}
[domain_realm]
.draf.fc = DRAF.FC
[kdc]
profile = /etc/kerberos/krb5kdc/kdc.conf
[pam]
debug = false
ticket_lifetime = 36000
renew_lifetime = 36000
forwardable = true
krb4_convert = false
[appdefaults]
pam = {
debug = true
ticket_lifetime = 36000...
2004 May 25
0
Some little questions ...
...ver...
klist -ae (I use MIT Kerberos 1.3.3...) shows me that :
05/25/04 08:29:39 05/25/04 18:33:43 krbtgt/DRAF.FC@DRAF.FC
renew until 05/26/04 08:29:39, Etype (skey, tkt): DES cbc mode with
RSA-MD5, DES cbc mode with RSA-MD5
Addresses: (none)
05/25/04 08:37:23 05/25/04 18:33:43 draffc3$@DRAF.FC
renew until 05/26/04 08:29:39, Etype (skey, tkt): ArcFour with
HMAC/md5, ArcFour with HMAC/md5
Addresses: (none)
I think I'm good on it, right ? The documentation don't say much how to test
what are the encryption types we are using. So, I was wondering ...
Than...