jdk/test/sun/security/krb5/config/krb5.conf
author weijun
Tue, 19 May 2015 09:09:09 +0800
changeset 30653 6ef1144fd561
parent 28657 e968ff5c0998
permissions -rw-r--r--
8077102: dns_lookup_realm should be false by default Reviewed-by: valeriep
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
[realms]
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
   EXAMPLE_0.COM = {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
      kdc = kdc.example.com
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
      kdc = kdc2.example.com
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
   }
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
   EXAMPLE_1.COM =
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
   {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
      kdc = kdc.example.com
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
      kdc = kdc2.example.com
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
   }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
   EXAMPLE_2.COM = {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
	kdc = kdc.example.com
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
	kdc = kdc2.example.com
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
	inner = {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
		aaa = nnn
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
	}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
   }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
   EXAMPLE_3.COM = {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
	kdc = kdc.example.com
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
	kdc = kdc2.example.com
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
	inner =
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
	{
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
		aaa = nnn
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
	}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
   }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
28657
e968ff5c0998 8055045: StringIndexOutOfBoundsException while reading krb5.conf
weijun
parents: 22958
diff changeset
    30
   NOVAL.COM = {
e968ff5c0998 8055045: StringIndexOutOfBoundsException while reading krb5.conf
weijun
parents: 22958
diff changeset
    31
        empty1 =
e968ff5c0998 8055045: StringIndexOutOfBoundsException while reading krb5.conf
weijun
parents: 22958
diff changeset
    32
        empty2 =.
e968ff5c0998 8055045: StringIndexOutOfBoundsException while reading krb5.conf
weijun
parents: 22958
diff changeset
    33
        quote1 = "
e968ff5c0998 8055045: StringIndexOutOfBoundsException while reading krb5.conf
weijun
parents: 22958
diff changeset
    34
        quote2 = '
e968ff5c0998 8055045: StringIndexOutOfBoundsException while reading krb5.conf
weijun
parents: 22958
diff changeset
    35
   }