Skip to content

Conversation

@devurandom
Copy link
Contributor

No description provided.

@simo5
Copy link
Contributor

simo5 commented Sep 3, 2015

I think all we need really is to change gss_mech_ntlmssp to be of type gss_OID (a pointer) and define it to GSS_C_NO_OID when gssapi/gssapi_ntlmssp.h is not available.

Then change a couple of callers to make sure they do not balk when it is NULL.

@devurandom
Copy link
Contributor Author

Second try. Be warned: I couldn't test it, yet.

@simo5
Copy link
Contributor

simo5 commented Sep 3, 2015

Ah I did not see you proposed a new fix, so I opened #54
note that your code fails to compile if you do have gssapi_nlmssp.h

Can you test #54 ?
If it works for you I'll add a comment about it being co-authored by you and push that one.

@devurandom
Copy link
Contributor Author

Oups, yeah, I overlooked that config.h is not the first to be included...

@devurandom devurandom closed this Sep 3, 2015
simo5 added a commit that referenced this pull request Sep 3, 2015
If gssapi/gssapi_ntlmssp.h is not available simply disable NTLMSSP.

Coauthored

Signed-off-by: Dennis Schridde <dennis.schridde@uni-heidelberg.de>
Signed-off-by: Simo Sorce <simo@redhat.com>

Closes #52
Closes #53
Closes #54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants