[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: pam_krb5-1.0-1
- From: Matt Drown <panzer dhp com>
- To: PAM development list <pam-list redhat com>
- Subject: Re: pam_krb5-1.0-1
- Date: Tue, 16 Feb 1999 14:38:09 -0500 (EST)
I made some changes to the makefile and have a working version under 5.2.
I also made some changes so that the KRB5 module can append an instance.
This allow syou to have popmail instance different from logins, etc. I
will see about putting these up for public consumtion in the near future.
Appended is what I did to get the krb5 stuff to work under redhat5.2.
-Matt Drown -- Privacy, Anonyminity, & Security -- DataHaven Project
panzer@dhp.com -- Shell and Web accounts -- http://www.dhp.com/
On Tue, 16 Feb 1999, Luke Kenneth Casson Leighton wrote:
> ... does not compile on redhat 5.2, starting with "cannot find caddr_t
> definition" from rpc/xdr.h and going on to "too few arguments to
> pam_strerror" and PAM_CRED_REINITIALIZE undeclared.
>
> does anyone know what is going on, and if there is a more up-to-date
> version of pam_krb5 that compiles?
>
> regards,
>
> luke
>
> --
> To unsubscribe: mail -s unsubscribe pam-list-request@redhat.com < /dev/null
>
diff --recursive -u pam_krb5-1.0-1.orig/Makefile pam_krb5-1.0-1/Makefile
--- pam_krb5-1.0-1.orig/Makefile Wed Dec 16 03:54:55 1998
+++ pam_krb5-1.0-1/Makefile Wed Dec 16 03:53:57 1998
@@ -70,7 +70,7 @@
$(LIBOBJD): $(LIBSRC)
$(LIBSHARED): $(LIBOBJD)
- $(LD) -x --shared -o $@ $(LIBOBJD) $(PLUS) $(KRBLIB) -lkadm5clnt -lgssrpc -lgssapi_krb5 -lkdb5 -lkrb5 -lcrypto -ldyn $(KRBSOURCE)/lib/libdb.a -lcom_err
+ $(LD) -x --shared -o $@ $(LIBOBJD) $(PLUS) $(KRBLIB) -lkadm5clnt -lgssrpc -lgssapi_krb5 -lkdb5 -lkrb5 -lcrypto -ldyn /usr/lib/libc.so $(KRBSOURCE)/lib/libdb.a -lcom_err
endif
@@ -79,7 +79,7 @@
$(LIBOBJS): $(LIBSRC)
$(LIBSTATIC): $(LIBOBJS)
- $(LD) -r -o $@ $(LIBOBJS) $(PLUS) $(KRBLIB) -lkadm5clnt -lgssrpc -lgssapi_krb5 -lkdb5 -lkrb5 -lcrypto -ldyn $(KRBSOURCE)/lib/libdb.a -lcom_err
+ $(LD) -r -o $@ $(LIBOBJS) $(PLUS) $(KRBLIB) -lkadm5clnt -lgssrpc -lgssapi_krb5 -lkdb5 -lkrb5 -lcrypto -ldyn /usr/lib/libc.a $(KRBSOURCE)/lib/libdb.a -lcom_err
endif
- References:
- pam_krb5-1.0-1
- From: Luke Kenneth Casson Leighton <lkcl@switchboard.net>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]