[2656] in Kerberos
krb4_rd_req(), krb4_mk_priv(), krb4_rd_priv()
daemon@ATHENA.MIT.EDU (Glen Zorn)
Tue Mar 30 16:43:03 1993
Date: Tue, 30 Mar 93 13:18:55 PST
From: glenz@ocsg.COM (Glen Zorn)
To: kerberos@Athena.MIT.EDU
Folks ~
In trying to get V4 password changing to work under V5 kadmin, I get the
following error:
example% pwd
/home/krb5/src/kadmin/server
example% make
cc -pipe -O -I/home/krb5/OCSG/src/com_err -I/home/krb5/OCSG/src/ss -I/home/krb5/OCSG/src -I/home/krb5/OCSG/src/isode/sun4/include -I../.././include -target sun4 -c adm_v4_pwd.c
rm -f kadmind
cc -pipe -o kadmind adm_server.o adm_parse.o adm_network.o adm_listen.o adm_process.o adm_nego.o adm_kpasswd.o adm_kadmin.o adm_fmt_inq.o adm_adm_func.o adm_funcs.o adm_check.o adm_extern.o adm_ksrvutil.o adm_v4_pwd.o -O -L/home/krb5/OCSG/src/tools/sun4/libs \
-L../.././lib -lkdb5 -lkrb425 -ldes425 -L../.././lib -lkrb5 -lcrypto -L/home/krb5/OCSG/src/isode/sun4/lib -lisode -L/home/krb5/OCSG/com_err -lcom_err
ld: Undefined symbol
_krb4_rd_req
_krb4_mk_priv
_krb4_rd_priv
*** Error code 2
make: Fatal error: Command failed for target `kadmind'
example%
Can anyone tell me something about these missing functions? I am not able to
find the sources in either the Sandia or the MIT trees. The calling sequences
appear to be the same as V4 krb_rd_req(), etc. Are they, in fact, the same
functions with different names? If not, is there someplace I get the source
or at least a description of the functionality they provide? Thanks in
advance.
~ Glen
Glen Zorn Kerberos Project Leader
glenz@OCSG.COM Open Computing Security Group
P.S.
They are called from process_v4_kpasswd() (in kadmin/server/adm_v4_pwd.c).