[4874] in Kerberos
CNS Kerb4/Solaris2.4 kpasswd not working, need help!
daemon@ATHENA.MIT.EDU (Michael Ting)
Mon Mar 27 19:53:39 1995
Date: Mon, 27 Mar 1995 17:27:15 -0700
From: sting@central.bldrdoc.gov (Michael Ting)
To: kerberos@MIT.EDU
Any help or input would be greatly appreciated. Please
send it directly to me. Thank you in advance.
Michael Ting,
NIST Boulder
---------------------------------------------------------
Can't get "kpasswd" to work with the newly configured
kdc server.
Here are what I have had:
-----
. "kerberos &" works fine now.
# Kerberos server starting
Sleep forever on error
Log file is /usr/kerberos/database/kerberos.log
Current Kerberos master key version is 1.
Master key entered.
Current Kerberos master key version is 1
Local realm: BLDRDOC.GOV
-----
. "kadmind -n &" appears to work too.
# ./kadmind -n &
642
# KADM Server KADM0.0A initializing
Please do not use 'kill -9' to kill this job, use a
regular kill instead
KADM Server starting in NON-FASCIST mode for the purposes for password changing
Current Kerberos master key version is 1.
Master key entered.
-----
. "kinit" client works too.
sun{sting}142: kinit
Kerberos initialization on sun
Kerberos name: sting
Password:
------
. so does "klist".
sun{sting}143: klist
Ticket file: /tmp/tkt257
Principal: sting@BLDRDOC.GOV
Issued Expires Principal
Mar 27 17:19:25 Mar 28 03:19:25 krbtgt.BLDRDOC.GOV@BLDRDOC.GOV
sun{sting}144:
------
. "kpasswd" works with another kdc server.
sun{sting}144: kpasswd -n quyen -r NIST.GOV
Old password for quyen@NIST.GOV:
Incorrect old password.
sun{sting}145:
------
. "kpasswd" won't work with the kdc server installed and
configured on the same host for realm BLDRDOC.GOV.
The error message has been the same even after I killed
"kadmind" process and "kerberos" process.
sun{sting}145: kpasswd
Old password for sting:
Kerberos error: Can't send request (send_to_kdc)
sun{sting}146:
------
------
It looks to me that my kdc server host didn't get this
kerberos_passwd service up.
How do I verify and correct it?
==============