On Wed, Jun 22, 2016 at 6:41 PM, JSoet wrote:
> sure where to look next to solve it. When running the flask webserver I get
> this error when it tries to do the authGSSServerInit call:
> /GSSError: (('Unspecified GSS failure. Minor code may provide more
> information', 851968), ('', 14))/
>
I'm trying to modify a webserver that I work on to do SPNEGO authentication
with an Active Directory server. In preparation for that I've set up 2
machines to test the authentication and I thought I'd try and use an
existing simple webserver to check that I have them set up correctly before
I start
https://docs.oracle.com/javase/8/docs/technotes/guides/security/jgss/single-signon.html
On Wednesday, June 22, 2016, Ghosh, Parthapratim <
parthapratim.gh...@citi.com> wrote:
> Hi Kerberos team,
>
> I have the following question -
>
> How can one simulate kinit call with userid and password fro
If you're looking for real kinit functionality so that you can interact
with kerberized services, you might just shell exec kinit. Others on the
list might have better suggestions.
If you're looking to validate username/password logins via Kerberos
(which is the context in which I'm accustomed
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.
Thanks and Regards
Partha Pratim Ghosh
Kerberos mailing list