Questions tagged [gssapi]

GSS-API is an IETF standard that addresses the problem of many similar but incompatible security services in use today.

Generic Security Service Application Program Interface () provides vendor-neutral authentication services to callers in a generic fashion, supportable with a range of underlying mechanisms and technologies and hence allowing source-level portability of applications to different environments.

Commonly-used negotiation mechanisms include and during transactions between client and server.

GSSAPI is defined in RFC 2743.

274 questions
0
votes
2 answers

GSSAPI and Active Directory in C#

This may be a silly question, but is it possible to obtain GSSAPI token for current logged in user from Active Directory? I have a simple library that connects to server. I can pass user name, password and domain name or GSS Token (base64). For now…
Misiu
  • 4,738
  • 21
  • 94
  • 198
0
votes
1 answer

GSSAPI for email client without Kerberos

Is that possible to use GSSAPI authentication mechanism without using Kerberos system? I mean GSSAPI supports SPKM for instance that is very close to Kerberos. Is there possible to use it for example? The main reason I do not want to use Kerberos…
Michael Z
  • 3,883
  • 10
  • 43
  • 57
-1
votes
1 answer

Does anyone implemented JSch using Kerberos/GASAPI-based authentication

As we are in corporate environment and with basic configuration changes, SSH Kerberos working seamlessly in OpenSSH SSH -K server@domain.com Since default Kerberos setup didn't work, we have installed MIT Kerberos and generated ktab files for the…
Chandru
  • 81
  • 1
  • 9
-1
votes
1 answer

GNU SASL GSSAPI Example

I can't seem to find an example anywhere of how to use GNU's SASL with the gssapi mechanism. I've tried starting it up like this (just guessing how the thing works): gsasl_init(&ctx); gsasl_client_start(ctx, "GSSAPI", &session); But…
David Mulder
  • 7,595
  • 11
  • 45
  • 61
1 2 3
18
19