jdk/src/java.security.jgss/share/classes/javax/security/auth/kerberos/package-info.java
changeset 27565 729f9700483a
parent 25859 3317bb8137f4
child 29492 a4bf9a570035
equal deleted inserted replaced
27564:eaaa79b68cd5 27565:729f9700483a
    43  * Alternatively, the {@code java.security.krb5.conf} system property can
    43  * Alternatively, the {@code java.security.krb5.conf} system property can
    44  * be set to the location of an MIT style {@code krb5.conf} configuration
    44  * be set to the location of an MIT style {@code krb5.conf} configuration
    45  * file. If none of these system properties are set, the {@code krb5.conf}
    45  * file. If none of these system properties are set, the {@code krb5.conf}
    46  * file is searched for in an implementation-specific manner. Typically,
    46  * file is searched for in an implementation-specific manner. Typically,
    47  * an implementation will first look for a {@code krb5.conf} file in
    47  * an implementation will first look for a {@code krb5.conf} file in
    48  * {@code <java-home>/lib/security} and failing that, in an OS-specific
    48  * {@code <java-home>/conf/security} and failing that, in an OS-specific
    49  * location.<p>
    49  * location.<p>
    50  *
    50  *
    51  * The {@code krb5.conf} file is formatted in the Windows INI file style,
    51  * The {@code krb5.conf} file is formatted in the Windows INI file style,
    52  * which contains a series of relations grouped into different sections.
    52  * which contains a series of relations grouped into different sections.
    53  * Each relation contains a key and a value, the value can be an arbitrary
    53  * Each relation contains a key and a value, the value can be an arbitrary