[Perlgssapi-users] naive question related to Single-Sign-On on windows
Brought to you by:
achimgrolms
From: Karl F. <kar...@gm...> - 2011-08-05 18:06:31
|
Hello, I' d like to implement an intranet web app using perl and the server-side (but no Apache server) and windows client using either firefox or IE. I' ve read some documents about SPNEGO but I do not know where to start: - I am not an admin of the the windows domain, I do not even know how to find out which is the pdc, bcd, kdc etc... - the server is running on a linux computer on which I am not root either. - First question: is-ti feasible ? - second one: where do I start ? - I' ve tried something taking some code and logic from Apache2::AuthenNTLM with firefox but it goes into an infinite loop: the browser always send the same gss-data no matter what I send it back Any help will greatly be appreciated. Thanks Karl |