Amend HBASE-6077. Remove stray tag
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1342704 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d11de1cceb
commit
8f61007363
|
@ -617,7 +617,7 @@ First, check that you have a valid Kerberos ticket. One is required in order to
|
|||
Then, consult the <link xlink:href="http://docs.oracle.com/javase/1.5.0/docs/guide/security/jgss/tutorials/Troubleshooting.html">Java Security Guide troubleshooting section</link>. The most common problem addressed there is resolved by setting javax.security.auth.useSubjectCredsOnly system property value to false.
|
||||
</para>
|
||||
<para>
|
||||
Because of a change in the format in which MIT Kerberos writes its credentials cache, there is a bug in the Oracle JDK 6 Update 26 and earlier that causes Java to be unable to read the Kerberos credentials cache created by versions of MIT Kerberos 1.8.1 or higher. If you have this problematic combination of components in your environment, to work around this problem, first log in with kinit</tt> and then immediately refresh the credential cache with kinit -R. The refresh will rewrite the credential cache without the problematic formatting.
|
||||
Because of a change in the format in which MIT Kerberos writes its credentials cache, there is a bug in the Oracle JDK 6 Update 26 and earlier that causes Java to be unable to read the Kerberos credentials cache created by versions of MIT Kerberos 1.8.1 or higher. If you have this problematic combination of components in your environment, to work around this problem, first log in with kinit and then immediately refresh the credential cache with kinit -R. The refresh will rewrite the credential cache without the problematic formatting.
|
||||
</para>
|
||||
<para>
|
||||
Finally, depending on your Kerberos configuration, you may need to install the <link xlink:href="http://docs.oracle.com/javase/1.4.2/docs/guide/security/jce/JCERefGuide.html">Java Cryptography Extension</link>, or JCE. Insure the JCE jars are on the classpath on both server and client systems.
|
||||
|
|
Loading…
Reference in New Issue