test/sun/security/krb5/config/k1.conf

Print this page
rev 9697 : 8029994: Support "include" and "includedir" in krb5.conf

@@ -7,15 +7,19 @@
 
 [realms]
 R1 = {
     kdc = k1
 }
+R1 = hello
 R1 = {
     kdc = k2
 }
 R2 = {
     kdc = k1
+    kdc = {
+        foo = bar
+    }
     kdc = k2 k3
     admin_server = a1
     kdc = k4
 }