Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!lll-winken!ames!eos!shelby!Eng.Sun.COM!marks From: marks@Eng.Sun.COM (Mark Stein) Newsgroups: comp.protocols.kerberos Subject: Re: kadmin problem Message-ID: <9007252238.AA02279@ferne.Eng.Sun.COM> Date: 25 Jul 90 22:38:26 GMT Sender: daemon@shelby.Stanford.EDU Organization: The Internet Lines: 11 I found the kadmin problem. It turns out that there are many assumptions in the admin code to the effect that KRB_MASTER (defined in krb.h) and KADM_SINST (defined in kadm.h) are the same. When I defined KADM_SINST to be the same as KRB_MASTER, everything works ok. Someone who sets KRB_MASTER to a fully qualified domain hostname will probably have difficulties. I believe the correct fix is that the places using KRB_MASTER as a changepw instance should be KADM_SINST instead. --Mark