Tagged Questions
Kerberos is a network authentication protocol designed to allow nodes, communicating over a non-secure network, to prove their identity to one another in a secure manner.
13
votes
2answers
1k views
Is there a way in Java or a command-line util to obtain a Kerberos ticket for a service using the native SSPI API?
I want to implement Single Sign On with Kerberos in Java and have successfully managed to create a ticket for the Service using the ticket from the Windows logon. Unfortunately, I can only create that ...
13
votes
6answers
20k views
Get current Windows user name within Silverlight
Is it possible to get the currently logged in user's username with Silverlight? You can assume that user has Windows OS and the Silverlight application is hosted in Internet Explorer. Getting the ...
9
votes
3answers
217 views
Storing Kerberos authentication for later impersonation
Is it possible to store a Kerberos ticket to later use it to impersonate the user?
I have the scenario where a user directly invokes an external system to process some data. The external system ...
9
votes
2answers
3k views
How to validate a Kerberos ticket against a server in Java?
we are using JAAS to enable Single Sign On in a Java application using the Windows Kerberos ticket cache. Our jaas.conf config file looks like this:
LoginJaas {
...
8
votes
2answers
506 views
Single sign-on in Java / VNC
Background
On the project I work on we have GUI applications running on several different servers. Due to their user interface similarities I am investigating combining their OMIs into a single ...
8
votes
6answers
943 views
How to write code that calls a WCF service and falls back from Kerberos to NTLM if needed?
I need to call a WCF service programmatically. The service may be hosted with either NTLM or Kerberos authentication and needs to work under either. That is, if connecting to the service via Kerberos ...
8
votes
9answers
2k views
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 use HttpContext.Current.User.Identity to get the ...
7
votes
1answer
379 views
Windows support of native GSS-API in Java 6
From http://java.sun.com/developer/technicalArticles/J2SE/security/#3:
Note: These two system properties are
ignored when applications run on
operating systems that do not yet
support this ...
6
votes
4answers
268 views
Authenticating with Active Directory via Kerberos
I'm working on building an android application which requires different levels of authentication, and I would like to do so using Active Directory.
From what I've read, using Kerberos is the way ...
6
votes
2answers
115 views
Any good Resources for WCF Delegation?
I'm trying to setup WCF Delegation, without success (the scenario is Client > Frontend Server > Backend Server).
In theory, this should be straight forward using Kerberos (I do have a Windows ...
6
votes
3answers
1k views
Decrypt kerberos ticket using Spnego
I'm using spnego ( http://spnego.sourceforge.net ) for kerberos authentication under JBoss.
I need to decrypt kerberos ticket to access the authorization-data which will containt PAC data. The PAC ...
6
votes
1answer
851 views
Android authenticating with Kerberos
I am trying to create a Android application that uses an existing web service. However, the existing web service uses Kerberos for authentication and I am having trouble getting Android using the ...
5
votes
1answer
217 views
Elegant system calls in haskell
I'm making a web-site where users can log in using the kerberos service. Though, it's quite irrelevant for my problem.
Since I'm using kerberos I want to use a system call to invoke kinit, but I ...
5
votes
1answer
3k views
Java and Kerberos authentication krb5.conf versus System.setProperty
Please help me on a kerberos+Java problem. I have a simple Java program to authenticate to a Windows Active Directory using Kerberos. The following java code works fine without any problems and prints ...
5
votes
2answers
1k views
How can I get a Kerberos ticket with Delphi?
Are there examples which show how Delphi invokes the Active Directory Kerberos server to request a ticket granting ticket / normal ticket?
Background: the ticket is required for authentification to a ...
5
votes
1answer
5k views
Kerberos Authentification in PHP
Let's just assume that I don't know much about Kerberos - just the basics.
I have...
Debian Linux 2.6 Webserver
Apache 2.2
mod_auth_kerb/5.3
PHP/5.2
a (working) Kerberos Realm
Windows Client
...
5
votes
3answers
2k views
Kerberos user authentication in Apache
can anybody recommend some really good resources for how to get Apache authenticating users with Kerberos.
Background reading on Kerberos would also be useful
Thanks
Peter
4
votes
2answers
348 views
Windows integrated (NTLM) authentication vs Windows integrated (Kerberos)
What is the difference between Windows integrated (NTLM) authentication and Windows integrated (Kerberos)?
How to implement these in IIS6
w.r.t. MSDN
4
votes
2answers
230 views
How do I set up .NET WindowsAuthentication - the name always shows up as “IIS APPPOOL\Classic .NET AppPool” when I want it to use the actual user
I'm using the following code to authenticate via Kerberos.
IntPtr logonToken = WindowsIdentity.GetCurrent().Token;
string authenticationType = "WindowsAuthentication";
WindowsIdentity ...
4
votes
3answers
741 views
Single Sign-On Server Authentication in Ruby/Rack
I write and host web applications on Windows servers for intranet usage. My server stack uses Sinatra (which uses Rack), Thin, and (in some cases) Apache for reverse-proxying only.
I want to support ...
4
votes
3answers
705 views
How do I configure IIS so that the user's domain credentials are used when connecting to SQL server?
We've recently released the latest version of our intranet application, which now uses windows authentication as standard, and needs to be able to connect to a configured SQL server with the ...
4
votes
2answers
3k views
“Defective Token Deteced” error (NTLM not Kerberos) with Kerberos/Spring Security/IE/Active Directory
We are having trouble getting Spring Security/Kerberos/AD to work for our web app. Our diagnosis is that our AD server sending an NTLM token (we can tell as it starts with "TlRMTVNT.....") to IE and ...
4
votes
5answers
401 views
Kerberos - real world examples?
I know how Kerberos works and understand it purpose but I need some real world examples, where does it fit, and have you ever use it?
4
votes
2answers
395 views
Kerberos and/or other authentication systems - One time logon for all PHP scripts
I'm managing a set of web apps, almost exclusively written in PHP, and would like to find an authentication platform to build a role-based authorization system on top of. Also, I'd like the ...
4
votes
1answer
878 views
Configuring Firefox 3.0.x to send a Kerberos token [closed]
I'm trying to convince Firefox 3.0.14 to send a Kerberos token. I have configured the service correctly and IE will send a Kerberos token (i.e. starting YI..), but after adding the hostname to the ...
4
votes
1answer
766 views
WCF - Why netTCPBinding works fine with Kerberos authentication without any SPN setting?
In one of our networks we are utilizing the netTCPBinding. The WCF service hosted in windows service that run as a domain account.
From the event viewer I can see that my WCF service uses Kerberos ...
4
votes
1answer
2k views
Classic ASP Impersonation problem on IIS7 Windows 2008 server
I am trying to write to a file on a server (web05) from a classic asp site running on Windows 2008 serer on IIS7 (webadmin). This fails and web05 logs an anonymous logon attempt during the course of ...
4
votes
3answers
1k views
Web login using windows credentials
We have an intranet site on our corporate network (SharePoint 3). If I look at it via Internet Explorer - I'm already logged in. If I look at it using Firefox I have to enter my windows username & ...
4
votes
4answers
882 views
Is using Kerberos to authenticate to web sites and web services a good idea?
Through acquisition we have a number of products that require authentication and authorisation. The products include web sites and client side applications, the client side applications use some web ...
4
votes
3answers
8k views
Configure Firefox 3.0.x to authenticate with Kerberos and not prompt
I have an Intranet http application running on several machines in our Windows domain; everything works when using IE 7 because I can configure it to use Kerberos authentication and I've figured out ...
4
votes
1answer
3k views
Kerberos authentication with python
I need to write a script in python to check a webpage, which is protected by kerberos. Is there any possibility to do this from within python and how? The script is going to be deployed on a linux ...
4
votes
1answer
384 views
How can I edit Kerberos 5 configuration files with Perl?
Has anyone come across a Perl module that will parse (and write) kerberos configuration files (ie /etc/krb5.conf)? I have looked at quite a few parsing modules like Config::General, Config::Auto, ...
4
votes
1answer
991 views
How can i start a console application using the 'network service' account
I have a console application that i would like to run as 'NT AUTHORITY\NetworkService', but i cant remember how to do so - the only reason is that i will be hosting my service in a windows service, ...
4
votes
4answers
2k views
bind Linux to Active Directory using kerberos
We are trying to bind a Linux machine (debian 4.0) to W2k3 AD. We have configured kerberos properly so that we can get TGTs. And users authenticate properly. However, PAM seems to be the sticky ...
4
votes
4answers
4k views
Difference between SSL and Kerberos authentication?
I am trying to understand what's the actual difference between SSL and Kerberos authentications, and why sometimes I have both SSL traffic and Kerberos.
Or does Kerberos use SSL in any way?
Anyone ...
3
votes
1answer
110 views
Java process for authentication on Windows against AD (kerberos)
I'm aware I can call out to Active Directory and do queries provided I have a cleartext username and password. (I don't want to do that)
In VB, I can set authorisation levels by NT group - and the ...
3
votes
1answer
191 views
How to get Kerberos TGS and use it in a GUI application in JAVA?
i'm trying to make an application with the Keberos protocol and the GSS-API in Java, and i've already made the authentication and the context establishement before calling the doAsPrivileged method.
...
3
votes
2answers
333 views
Use Windows Credentials for FTP connection in .NET
A question related to FTP Login using Windows Credentials. but on this thread the discussion went in another direction.
The CredentialCache.DefaultCredentials doesn't work with FTP. Is there a way to ...
3
votes
1answer
221 views
Setting up Kerberos in python in Ubuntu machine
I need to setup a kerberos server on my Ubuntu machine for the authentication of users. I tried using pykpass for the same, but was facing some problems in installing the python module. Is there some ...
3
votes
1answer
235 views
Execute a script on remote server from a java application authenticating via kerberos keytabs
This has been most likely answered earlier, but all my searches did not get me a definite answer. What I've got is a Java application that currently uses ssh keys to run a script on a remote machine ...
3
votes
2answers
1k views
Devise ignoring custom strategy
This is just plain weird.
I've got Rails 3 RC running with Devise installed. I've defined a custom strategy to try and use Kerberos for authentication.
module Devise
module Strategies
class ...
3
votes
1answer
88 views
Attacking synchronized clock protocol (Kerberos)
If we assume that an attacker is able to control the clock of Alice, Bob, and the KDC (key distribution center) how could the attacker attack the Kerberos protocol?
3
votes
1answer
331 views
python: validate kerberos ticket
I'm wondering if anyone has an elegant solution to checking for a valid kerberos ticket using python. I'm not seeing anyway with kinit or klist that will show if a ticket is expired with a return ...
3
votes
5answers
3k views
Java SSO: Kerberos authentication against Active Directory
I'm still trying to find a Java based solution for SSO (running on *nix), which I can use on JBoss to authorize against an Active Directory/domain controller. I initially tried to do this via NTLM, ...
3
votes
4answers
2k views
Why is kerberos defaulting to NTLM in WCF?
Got a simple WCF demo app that has two console projects--host and client. Both are running on my machine (win 7 box). I'm using the netTcpBinding, which uses windows authentication.
The issue is ...
3
votes
2answers
692 views
How to call a .NET web service with Kerberos (or NTLM) authentication from Oracle PL/SQL
We are calling a .NET web service from our oracle database using the sys.utl_http package. We have also tested with the sys.utl_dbws package.
This works fine when there is no security on the .NET web ...
3
votes
4answers
8k views
WCF and Kerberos Authentication
I have followed numerous msdn articles and the codeplex guidance but cannot get WCF to work with Kerberos authentication and delegation and would appreciate a little help.
Setup
I have the WCF ...
3
votes
3answers
2k views
asp.net via kerberos integrated windows authentication to sql server
Please, can someone PLEASE give a simple, straight-forward way to enable ASP.NET > Kerberos > Sql Server?
We have clientMachine > webServer > databaseServer. The client is insistent that the site ...
3
votes
2answers
3k views
SPNEGO (kerberos token generation/validation) for SSO using Python
I'm attempting to implement a simple Single Sign On scenario where some of the participating servers will be windows (IIS) boxes. It looks like SPNEGO is a reasonable path for this.
Here's the ...
3
votes
3answers
4k views
Access a SharePoint website from a Java application with Kerberos authentication
I am trying to access a SharePoint website from a Java application. The SharePoint server prefers Kerberos authentication. Can you please provide an example for just the implementation of Kerberos ...