jdk/test/sun/security/krb5/confplusprop2.conf
author weijun
Mon, 28 Nov 2011 18:16:29 +0800
changeset 11107 fc8efc57da08
parent 6123 664a0a541d26
permissions -rw-r--r--
7115744: Do not call File::deleteOnExit in security tests Reviewed-by: xuelei
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6123
664a0a541d26 6972005: ConfPlusProp.java test failure when DNS has info for realm
weijun
parents: 3221
diff changeset
     1
[libdefaults]
664a0a541d26 6972005: ConfPlusProp.java test failure when DNS has info for realm
weijun
parents: 3221
diff changeset
     2
dns_lookup_realm = false
664a0a541d26 6972005: ConfPlusProp.java test failure when DNS has info for realm
weijun
parents: 3221
diff changeset
     3
3221
98ac5a3e79e9 6857795: krb5.conf ignored if system properties on realm and kdc are provided
weijun
parents:
diff changeset
     4
[realms]
98ac5a3e79e9 6857795: krb5.conf ignored if system properties on realm and kdc are provided
weijun
parents:
diff changeset
     5
R1 = {
98ac5a3e79e9 6857795: krb5.conf ignored if system properties on realm and kdc are provided
weijun
parents:
diff changeset
     6
   kdc = k12
98ac5a3e79e9 6857795: krb5.conf ignored if system properties on realm and kdc are provided
weijun
parents:
diff changeset
     7
}
98ac5a3e79e9 6857795: krb5.conf ignored if system properties on realm and kdc are provided
weijun
parents:
diff changeset
     8
R2 = {
98ac5a3e79e9 6857795: krb5.conf ignored if system properties on realm and kdc are provided
weijun
parents:
diff changeset
     9
   kdc = old
98ac5a3e79e9 6857795: krb5.conf ignored if system properties on realm and kdc are provided
weijun
parents:
diff changeset
    10
}