info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help needed with GSSAPI and CVS


From: Brad Kroeger
Subject: Help needed with GSSAPI and CVS
Date: Thu, 28 Feb 2002 15:13:19 -0800

I'm trying to get CVS to run with GSSAPI.  We have a non-standard
installation of kerberos so I've had to hack the make files to pick up
the libraries.  Specifically I added or defined the following in the
src/Makefile

cvs_LDADD = \
        ../diff/libdiff.a \
        ../lib/libcvs.a \
        ../zlib/libz.a \
        /usr/sdsc/lib/libgssapi_krb5.a \
        /usr/sdsc/lib/libkrb5.a \
        /usr/sdsc/lib/libkrb5crypto.a \
        /usr/sdsc/lib/libkrb5util.a \
        /usr/sdsc/lib/libkrb4.a \
        /usr/sdsc/lib/libcom_err.a \
        /usr/sdsc/lib/libdes425.a \
        /usr/sdsc/lib/libwrap.a \
        version.o

cvs_LDFLAGS = -lresolv

If it helps here is the listing of the include and lib directories 

% ls -F /usr/sdsc/include
com_err.h  gssapi/  k5-int.h  kerberosIV/  krb5/ 
krb5.h  krb5.h.cfsaved  tcpd.h

% ls -f /usr/sdsc/lib
/usr/sdsc/lib/libcom_err.a      /usr/sdsc/lib/libkrb4.a       
/usr/sdsc/lib/libkrb5util.a     /usr/sdsc/lib/libwrap.a
/usr/sdsc/lib/libdes425.a       /usr/sdsc/lib/libkrb5.a        
/usr/sdsc/lib/libgssapi_krb5.a  /usr/sdsc/lib/libkrb5crypto.a

I set up inetd.conf to startup cvs as a pserver (I tried it as a gserver
and had problems which I reported earlier.)  My CVSROOT is defined as
:gserver:my.host.domain:/cvsroot

I do a kinit and a "cvs checkout CVSROOT" and get the following error

cvs [checkout aborted]: error from server my.host.domain: cvs [pserver
aborted]: could not acquire GSSAPI server credentials

Could someone help with this.  I've seen this error reported on this
list before but can not find a solution.

Cheers,
-Brad



reply via email to

[Prev in Thread] Current Thread [Next in Thread]