[2169] in Kerberos-V5-bugs
Documentation lacking questions.
daemon@ATHENA.MIT.EDU (Randall S. Winchester)
Tue Aug 20 11:01:04 1996
Date: Tue, 20 Aug 1996 11:00:36 -0400 (EDT)
From: "Randall S. Winchester" <rsw@Glue.umd.edu>
To: krb5-bugs@MIT.EDU
1) how do you start/configure Kerberos V5b6 to get kadmind5 to run?
I am running on Solaris 2.5.
I get the following, but can not find information on what is needed:
kadmind5: cannot get service entry for kpasswd (Error 0).
Segmentation fault
2) I want to use various encryption types like; des-cbc-crc des-cbc-md4
des-cbc-md5 des-cbc-raw des3-cbc-sha des3-cbc-raw
The default kdc.conf has the following;
des-cbc-crc:normal des:normal des:v4 des:norealm des:onlyrealm des:afs3
What is "des:" short for? Maybe des-cbc-*?
I changed it to look like this;
supported_enctypes = dec-cbc-md5 des-cbc-crc:normal des:normal
des:v4 des:norealm des:onlyrealm des:afs3 des-cbc-md4 des-cbc-md5 des-cbc-raw
des3-cbc-sha des3-cbc-raw
Then I changed krb5.conf to have this;
default_tkt_enctypes = des-cbc-md5
and/or
default_tgs_enctypes = des-cbc-md5
However after I changed my password (with kdb_edit since I can not get
kadmind5 to run...) I was unable to kinit. I got this;
kinit: KDC has no support for encryption type while getting initial
credentials
I am trying to do some timing studies between the various methods, with no
luck at this time.
Thanks,
Randall