If you are using the binaries supplied by Sun (check your path): Solaris 7 does not support Kerberos version 5 as installed. You will need MIT's package installed to take advantage of it. Steve
-----Original Message----- From: Rick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 12:55 PM To: [EMAIL PROTECTED] Subject: solaris 7 and kinit I just installed and (mostly) configured version 7. When I run Kinit it fails with "can't send request (send_to_kdc)". My /etc/krb5.conf file was copied from another machine (where it works) and looks like this. Is there something else that needs to be done before kinit will work? p.s. I can ping kdc.x.y.z.com. Also, I know the username and password are good because Leash32 works fine on my windows computer. Thanks in advance [libdefaults] ticket_lifetime = 600 default_realm = X.Y.Z.COM [realms] X.Y.Z.COM = { kdc = kdc.x.y.z.com admin_server = kdc.x.y.z.com default_domain = X.Y.Z.COM } [domain_realm] .x.y.z.com = X.Y.Z.COM x.y.z.com = X.Y.Z.COM
