Luke H
|
Registered User
|
Technical lead at Realtime Worlds
|
|
Nov 6 |
awarded | ● Notable Question |
|
Oct 24 |
awarded | ● Notable Question |
|
Oct 1 |
comment |
Authenticating Windows users in Java server Ok ... so, the .Net client code appears to be working now. The Java server code seems ok, it was a wee bit of a battle but it helps having access to the source code there :) Finally, I seem to have problems simply setting up the SPN and keytab file correctly. I've put the question about them over on serverfault as I don't think there's any programming involved in that part! :) serverfault.com/questions/70335/… Nearly there, I think/hope :) |
|
Oct 1 |
revised |
How to get NegotiateStream to use Kerberos? added 317 characters in body |
|
Sep 30 |
comment |
How to get NegotiateStream to use Kerberos? Ha, thanks - that works (only if I use the domain name). So concretely, the string that works looks like this: TEST/<my-pc-name>.<domain-name>@<domain-name> I didn't think to try this combination as it looks so redundant, but I guess it makes sense. It doesn't work without the @DOMAIN and the username seems to require the domain name within it too. I'll update the question tomorrow morning to mention the SPN stuff. Am I right in thinking then that NegotiateStream only uses Kerberos if a valid SPN is given, and just quietly falls back to NTLM if not? Thanks for all your help :) |
|
Sep 30 |
comment |
How to get NegotiateStream to use Kerberos? This is running on Vista64 right now. I'm slightly confused about the proper format for myServicePrincipalName tbh - I've tried a few variants! I created the SPN with this: setspn -A TEST/<my-pc-name>.<domain-name> <my-user-name> I'm not sure if that's right either! :S It has registered the SPN, and I can look it up with spn -L <my-user-name> which lists TEST/<my-pc-name>.<domain-name> Given that, I was trying "TEST/my-pc-name", "TEST/my-user-name" and both of those with the domain name on the end as well. Obviously a lot of guesswork going on, I haven't found great documentation :( |
|
Sep 30 |
comment |
Authenticating Windows users in Java server I posted a follow-up with more specific detail on where I've got to, if you know about this stuff I'd appreciate your eyes on it! :) stackoverflow.com/questions/1499267/… |
|
Sep 30 |
asked | How to get NegotiateStream to use Kerberos? |
|
Sep 24 |
comment |
Authenticating Windows users in Java server Thanks. When I said "basic authentication", I guess I chose an unfortunate phrase - didn't realise it had a specific meaning. I just meant that I'm not trying to do anything complex. |
|
Sep 24 |
comment |
Authenticating Windows users in Java server The "real thing" is SOAP. Having said that, it takes a while to build and run the full application, so my tests so far have been with a tiny little raw socket-based server - simply so I can make a change and re-run it within seconds. If I can get that working, it should be relatively simple to extend to the real app (I hope!) |
|
Sep 24 |
asked | Authenticating Windows users in Java server |
|
Sep 24 |
comment |
Processes and tools for testing large projects with multiple branches We don't have a branch per developer - the only reason we have a fair number of branches is that we have a lot of developers. We absolutely have to QA before merging to the mainline. Otherwise we end up with stability problems there, which causes problems for everyone. Anyhow, it doesn't really matter where QA is done for the purposes of my question. Once you have a branched system, the question is, how do QA know whether to reopen a bug or whether they need to wait for the fix to reach the place they are testing (wherever it is). |
|
Sep 23 |
comment |
Processes and tools for testing large projects with multiple branches We're not, no. To some extent, that might be a mistake - but it's done, and too late to worry about now. But mostly, our application is just about as badly-suited to automated testing as you could imagine, so there's a limit to how much it could have helped. |
|
Sep 22 |
asked | Processes and tools for testing large projects with multiple branches |
|
Sep 2 |
awarded | ● Yearling |
|
Aug 11 |
comment |
What is your experience of Devtrack? Hey Joe. In the end, I was forced to take a very detailed look at Devtrack (as you say, it seems to have good support at decision maker level) and was fairly appalled. Luckily, Jira won out in the end and we've been very happy with it. It's a good product in its own right, and it also matches up well head-to-head with Devtrack's "selling points", which is good for winning that debate with decision makers (the price is good on that front too). |
