Top "Kerberos" questions

Kerberos is a single sign-on (SSO) network authentication protocol designed to allow nodes, communicating over a non-secure network, to prove their identity to one another in a secure manner.

checksum failed: Kerberos / Spring / Active Directory (2008)

We are having trouble getting Kerberos/AD authentication to work with a Spring webapp, and I believe the problem has …

java active-directory kerberos spnego
Creating a keytab to use with kinit in Windows

I am writing a pGina plugin to get AFS Tokens and a Kerberos TGT from our KDC at login, while …

windows authentication kerberos keytab ktpass
HttpClient set credentials for Kerberos authentication

I am trying to authenticate with a kerberos/HTTP host. Using Apache HttpClient as my client - and a slightly …

java authentication httpclient kerberos userprincipal
IIS Returning Old User Names to my application

Here's my scenario. I created an application which uses Integrated Windows Authentication in order to work. In Application_AuthenticateRequest(), I …

asp.net security iis authentication kerberos
npm install mongoose fails (kerberos and bson errors)

So I'm attempting to launch my node app, but there's a few errors arising from my MongoDB installation. Here are …

mongoose npm kerberos bson node-gyp
How to set the Kerberos default_ccache_name attribute on a client without using KRB5CCNAME?

According to the MIT Kerberos documentation, the default credential cache name is determined as follows: Default ccache name The default …

linux unix kerberos aix
How does SPN with Kerberos works

As I understand it, SPN is an authenticating tool for windows services. Kerberos is a user authentication service SPNEGO-GSSAPI is …

kerberos windows-authentication spnego gssapi sspi
What goes on when using kinit with a keytab file

Wish to get more understanding on the use of kinit and keytab file. For example, if I already have a …

windows active-directory kerberos jaas keytab
"mount error(126): Required key not available" with CIFS & Kerberos

My application needs to securely mount an Isilon share using CIFS and Kerberos. My mount attempt returns: Required key not …

linux kerberos mount cifs
KrbException "Message Stream Modified (41)" when connecting to SMB share using Kerberos

I'm having some issues with Kerberos authentication to perform file management with JCifs (Kerberos extension version 1.3.17) This is my current …

java kerberos samba cifs jcifs