GSSAPI bindings for C#/.NET

I

Ian

All,

I was able to find an IETF document proposing some specifications for
GSSAPI C# bindings
(http://www.ietf.org/internet-drafts/draft-ietf-kitten-gssapi-csharp-bindings-00.txt),
but I was unable to find any suitable implementation. The goal is to
use MIT Kerberos to authenticate to remote services. Anyone have any
pointers on this? I'm beginning to feel like the best bet will be to
P/Invoke the MIT Kerberos libs to do this, but it seems like a pure
..NET implementation would obviously be preferable.

There are some Novell-namespaced classes in the most recent mono class
sources that seemed to bear some resemblance to these IETF bindings,
but these just seemed to reference Java classes to provide the actual
implementation.

Further to this, is it possible to use some facilities of the
System.DirectoryServices namespace to communicate with remote
kerberized services without your KDC being AD?

Thanks,
Ian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top