[Perlgssapi-developer] GSS_S_CRED_UNAVAIL on Heimdal
Brought to you by:
achimgrolms
From: Achim G. <ac...@gr...> - 2006-03-08 18:02:40
|
another thing I have noticed: Contant GSS_S_CRED_UNAVAIL is not defined on Heimdal but in the GSSAPI.pm interface. the trunk version actually juts skips GSS_S_CRED_UNAVAIL. Google has found some hacks like /* XXXX This is a necessary evil until the spec is fixed */ #define GSS_S_CRED_UNAVAIL GSS_S_FAILURE (found in=20 <http://www.citi.umich.edu/projects/nfsv4/linux/nfs-utils-patches/1.0.8-rc2= =2D3/nfs-utils-1.0.8-rc2-CITI_NFS4_ALL-3.dif>) What do you think is the better solution? Ignoring GSS_S_CRED_UNAVAIL or exporting it by a hack? Thank you, Achim |