Thanks for responding, I really appreciate the help on this :)
the keytab location seems to need to be relative to the root of the web app. if i set it to anything else or try to use a classpath...
Type: Posts; User: Arthur Ulfeldt; Keyword(s):
Thanks for responding, I really appreciate the help on this :)
the keytab location seems to need to be relative to the root of the web app. if i set it to anything else or try to use a classpath...
I have a keytab with one principal in it:
ktutil: rkt http-web.keytab
ktutil: l
slot KVNO Principal
---- ---- ---------------------------------------------------------------------
1 ...
javax.security kerberos seems to want a password and is upset that it is running non-interactivly:
Caused by: javax.security.auth.login.LoginException: Unable to obtain password from user
...
I'm asking about tutorials/examples/howtos or other ways of figuring out how to use this. I get the same results from the sample code in git that i got from the link on the 2009 blog post. Are there...
i have been following this: http://blog.springsource.com/2009/09/28/spring-security-kerberos/ spring spnego tutorial from 2009 and the example code wont build and the tutorial seem a bit old. Where...