8004234: Downgrade normative references to ${java.home}/lib/security/krb5.conf
Reviewed-by: alanb, weijun
This commit is contained in:
parent
f5797a2ffe
commit
f458bb3861
@ -43,10 +43,15 @@ questions.
|
|||||||
|
|
||||||
You can provide the name of your default realm and Key Distribution
|
You can provide the name of your default realm and Key Distribution
|
||||||
Center (KDC) host for that realm using the system properties
|
Center (KDC) host for that realm using the system properties
|
||||||
java.security.krb5.realm and java.security.krb5.kdc. Alternatively, you
|
{@code java.security.krb5.realm} and {@code java.security.krb5.kdc}.
|
||||||
can provide an MIT style configuration file called krb5.conf in
|
Both properties must be set.
|
||||||
<java-home>/lib/security. If you place this file elsewhere, you can
|
Alternatively, the {@code java.security.krb5.conf} system property can
|
||||||
indicate that location via the system property java.security.krb5.conf.<p>
|
be set to the location of an MIT style {@code krb5.conf} configuration
|
||||||
|
file. If none of these system properties are set, the {@code krb5.conf}
|
||||||
|
file is searched for in an implementation-specific manner. Typically,
|
||||||
|
an implementation will first look for a {@code krb5.conf} file in
|
||||||
|
{@code <java-home>/lib/security} and failing that, in an OS-specific
|
||||||
|
location.<p>
|
||||||
<!--
|
<!--
|
||||||
<h2>Package Specification</h2>
|
<h2>Package Specification</h2>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user