[7604] in Kerberos
Change Kerberos Password
daemon@ATHENA.MIT.EDU (David Phan)
Mon Jul 8 11:35:44 1996
Date: Mon, 08 Jul 1996 10:05:32 -0500
To: kerberos@MIT.EDU
From: David Phan <dphan@comsource.net>
Our company is using the Digital Authentication Server which implements the
MIT Kerberos V5 running on DEC Alpha OSF/1. I'm writing a program similar to the
"kpasswd" command to allow users to change their password via the web. I
downloaded the Kerberos V5 Beta 4 from athena-dist.mit.edu site and tried to
hack the kpasswd program to compile under our DEC Alpha system.
I compiled the program as follows:
INCLUDE=-I/usr/include/krb5
LIBS=-L/usr/athena/lib -lgssapi_krb5
cc $(CFLAGS) kpasswd.c -o kpasswd $(INCLUDE) $(LIBS)
and got the following error message:
ld:
Unresolved:
krb5_mk_priv
krb5_rd_priv
Why are the krb5_mk_priv() and krb5_rd_priv() functions not found?
Thanks in advance,
|o| David Phan Email: dphan@comsource.net |o|
|o| ComSource, Inc. URL: http://www.comsource.net |o|
|o| 101 Plaza East Blvd. Suite 316, Evansville, IN 47715 |o|
|o| Voice: 812.469.0300 Fax: 812.469.0317 |o|