Add a unit test for Kerberos Ticket-Granting Ticket (TGT) renewal
-----------------------------------------------------------------
Key: ZOOKEEPER-1205
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1205
Project: ZooKeeper
Issue Type: Improvement
Reporter: Eugene Koontz
Fix For: 3.5.0
Create a unit test to test Kerberos ticket renewal.
Note that testing Kerberos-related functionality in Java requires that a
default kerberos configuration file be available. The location of this file can
be set with the java.security.krb5.conf property (see
http://download.oracle.com/javase/1.4.2/docs/guide/security/jgss/tutorials/KerberosReq.html
). For more background on Java and Kerberos, see
http://download.oracle.com/javase/1,5.0/docs/guide/security/jgss/single-signon.html
. For discussion about TGT renewal, see
http://freeipa.org/page/Automatic_Ticket_Renewal .
Mahadev Konar writes: "Mockito would be very helpful here."
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira