jdk/test/sun/security/krb5/auto/BadKdc4.java
changeset 40557 7aff3e34365e
parent 31474 7b79555b8073
equal deleted inserted replaced
40556:27f68990ba9d 40557:7aff3e34365e
    35 
    35 
    36     public static void main(String[] args)
    36     public static void main(String[] args)
    37             throws Exception {
    37             throws Exception {
    38         Security.setProperty("krb5.kdc.bad.policy", "");
    38         Security.setProperty("krb5.kdc.bad.policy", "");
    39         BadKdc.go(
    39         BadKdc.go(
    40             "121212222222(32){1,2}121212222222(32){1,2}",
    40             "121212222222(32){1,3}121212222222(32){1,3}",
    41             "121212222222(32){1,2}121212222222(32){1,2}",
    41             "121212222222(32){1,3}121212222222(32){1,3}",
    42             // refresh
    42             // refresh
    43             "121212222222(32){1,2}121212222222(32){1,2}",
    43             "121212222222(32){1,3}121212222222(32){1,3}",
    44             // k3 off k2 on
    44             // k3 off k2 on
    45             "121212(22){1,2}121212(22){1,2}",
    45             "121212(22){1,3}121212(22){1,3}",
    46             // k1 on
    46             // k1 on
    47             "(12){2,4}"
    47             "(12){2,4}"
    48         );
    48         );
    49     }
    49     }
    50 }
    50 }