A newbie question on gss-api. Took excerpts of code from the Sun site for gss sample client and server programs (http://docs.sun.com/ab2/coll.610.1/GSSAPIPG/@Ab2PageView/360?Ab2Lang=C&Ab2Enc=iso-8859-1).
Having issues with the gss_acquire_cred function for both client and server, it returns an error (major status) 7000 - No credentials were supplied , or the credentials were unavailable or inaccessible. I run kinit and validate that I have a TGT when I do a klist. The KDC is not running on the same UNIX box as these programs, the krb5.conf lists the KDC running on another server. Any help would be appreciated.
