]> git.decadent.org.uk Git - nfs-utils.git/commit
Add requirement for newer libgssglue for svcgssd -n option
authorKevin Coffman <kwc@citi.umich.edu>
Thu, 30 Jun 2011 15:13:38 +0000 (11:13 -0400)
committerLuk Claes <luk@debian.org>
Sun, 2 Oct 2011 14:16:45 +0000 (16:16 +0200)
commite33658341a9c77abe69c011ccc6f65c774dae454
tree9ae6d426f0a6604811487cbc2892b9a337b83a95
parentcf5b38e707b629540b5123124228311a620e3dce
Add requirement for newer libgssglue for svcgssd -n option

SNAFU.  This came to my attention minutes after 1.2.4 was
released...

Changes in commit d6c1b35c require that gss_acquire_cred()
is now called when the "-n" option is used.  This requires an
updated libgssglue which properly handles name GSS_C_NO_NAME
as input to gss_import_name()/gss_acquire_cred().

Add a requirement for the newer version.

Without the newer libgssglue, when svcgssd is started with "-n"
you will see the error message, "ERROR: GSS-API: error in
gss_acquire_cred(): GSS_S_BAD_NAME (An invalid name was supplied)
- Unknown error"

Signed-off-by: Steve Dickson <steved@redhat.com>
aclocal/rpcsec_vers.m4