Re: Beginner Kerberos question - problem with spnego authentication with webserver

2016-06-23 Thread JSoet
Thanks for your help Mike, your suggestion to look into DNS pointed me towards this page: http://web.mit.edu/Kerberos/krb5-1.13/doc/admin/princ_dns.html where I found out about the *ignore_acceptor_hostname* setting. When I changed that to true then it fixed my problem. I'm unclear about what ex

Re: kinit from java

2016-06-23 Thread Todd Grayson
This discusses how its implemented from the java application perspective, through the JAAS/JGSS layers. http://docs.oracle.com/javase/8/docs/technotes/guides/security/jgss/single-signon.html On Thu, Jun 23, 2016 at 3:09 AM, Dameon Wagner wrote: > On Wed, Jun 22 2016 at 06:37:31 +, Ghosh, Pa

Re: kinit from java

2016-06-23 Thread Dameon Wagner
On Wed, Jun 22 2016 at 06:37:31 +, Ghosh, Parthapratim scribbled in "kinit from java": > Hi Kerberos team, > > I have the following question - > > How can one simulate kinit call with userid and password from java. > I have a java process running and want to kinit from that process. That c