src/java.security.jgss/share/classes/javax/security/auth/kerberos/package-info.java

Print this page

        

@@ -43,11 +43,11 @@
  * Alternatively, the {@code java.security.krb5.conf} system property can
  * 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
+ * {@code <java-home>/conf/security} and failing that, in an OS-specific
  * location.<p>
  *
  * The {@code krb5.conf} file is formatted in the Windows INI file style,
  * which contains a series of relations grouped into different sections.
  * Each relation contains a key and a value, the value can be an arbitrary