Douglas E. Engert wrote:



Laurence Brockman wrote:

Tried that already too and received:

GSSException: GSSException: No valid credentials provided (Mechanism level:
Failed to find any Kerberos Key)


Then you have to get the key into the keytab. This is the way a server works, It does not try and get a ticket.

Although it is recommended to use keytab for the server-end, Java GSS/Kerberos does provide the flexibility to work without keytab at the server-end. User can enter password for the service principal, and a key will be generated. However, once you generate keytab, entering passwords will not work; you'll need to reset the password for the service principal in the KDC.

Seema


________________________________________________
Kerberos mailing list           [email protected]
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to