Questions tagged [kdc]

Key Distribution Center (KDC) is part of a cryptosystem intended to reduce the risks inherent in exchanging keys. KDCs often operate in systems within which some users may have permission to use certain services at some times and not at others and is a fundamental part of the Kerberos authentication protocol.

Key Distribution Center (KDC) is part of a cryptosystem intended to reduce the risks inherent in exchanging keys. KDCs often operate in systems within which some users may have permission to use certain services at some times and not at others and is a fundamental part of the Kerberos authentication protocol.

36 questions
0
votes
0 answers

KERBEROS - restricting users from logging into specific hosts in realm

I have configured kerberos on linux machine to serve as a single point for user authorisation management. now I want to restrict few users from logging into specific linux hosts. for example. I have user admin, developer and tester. and I have 3…
chitender kumar
  • 394
  • 4
  • 21
0
votes
1 answer

Kerberos doesn't work, no token in response header

We are trying to setup kerberos, initially we had to initialize with kinit for the authentication to work. We have created our principals like everyone else on the team. Now all of a sudden three users are not able to get their kerberos working.…
Avinash Moram
  • 67
  • 2
  • 13
0
votes
1 answer

Kerberos ticket is sent only when compatibilty mode in IE is turned on

On our Kerberos setup, when our application URL is accessed using IE 11, the Kerberos ticket is not sent along with the request. However, when the compatibility mode (display intranet sites in compatibility view) is turned on, then the Kerberos…
0
votes
1 answer

Kerberos key Lifetime

I have a HTTP service running on my domain. But I have few doubts regarding how the life time for my HTTP service is decided. how long can a client be able to use my HTTP service ?
PeeKay
  • 167
  • 2
  • 2
  • 10
0
votes
1 answer

Is there a way to refresh JVM with new tgt when a new realm is added to the kdc?

We have enabled security via Kerberos for all processes on a HBase cluster. When we add a new realm to the kdc we would like for all processes to see the new configuration without having to reboot or wait for the periodic tgt renewal.
0
votes
1 answer

Using Static Library in Xcode 4.6.x i.e. Koamtac iOS SDK Integration

Here's a link to the Koamtac iOS SDK that i'm trying to use: Koamtac iOS SDK. It includes a static library along with some sample code. Background I'm working on an iPhone application that requires a batch barcode import functionality, using KDC…
Mustafa
  • 20,504
  • 42
  • 146
  • 209
1 2
3