Skip to content

Invalid command GssapiCredStore #289

Closed Answered by simo5
jbreitman asked this question in Q&A
Discussion options

You must be logged in to vote

Check the config.log, and check what is the result of these two checks:
AC_CHECK_FUNCS(gss_acquire_cred_from)
AC_CHECK_FUNCS(gss_store_cred_into)

If they fail GssapiCredStore will not be available because HAVE_CRED_STORE will be unset:

#ifdef HAVE_CRED_STORE
AP_INIT_FLAG("GssapiUseS4U2Proxy", mag_use_s4u2p, NULL, OR_AUTHCFG,
"Initializes credentials for s4u2proxy usage"),
AP_INIT_ITERATE("GssapiCredStore", mag_cred_store, NULL, OR_AUTHCFG,
"Credential Store"),

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jbreitman
Comment options

@simo5
Comment options

simo5 Sep 8, 2023
Maintainer

Answer selected by jbreitman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants