Correct / update example configuration files
[trust_router.git] / redhat / organizations.cfg
index f0886fd..58f9ac1 100644 (file)
@@ -27,7 +27,7 @@
           "realm": "apc.x",
           "identity_provider": {
             "aaa_servers": [
-              "apc.local"
+              "apc.example.com"
             ],
             "apcs": [
               "apc.x"
               {
                 "action": "accept",
                 "domain_constraints": [
-                  "*.local"
+                  "*.example.com"
                 ],
                 "specs": [
                   {
                     "field": "rp_realm",
-                    "match": "rp.x"
-                  },
-                  {
-                    "field": "rp_realm",
-                    "match": "*.rp.x"
+                    "match": [
+                      "rp.x", "*.rp.x"
+                    ]
                   }
                 ],
                 "realm_constraints": [
@@ -76,7 +74,7 @@
           "realm": "idp.x",
           "gss_names": ["idp-cred@apc.x"],
           "identity_provider": {
-            "aaa_servers": ["idp.local"],
+            "aaa_servers": ["idp.example.com"],
             "apcs": ["apc.x"],
             "shared_config": "no"
           }
@@ -85,7 +83,7 @@
           "realm": "other.idp.x",
           "gss_names": ["other-idp-cred@apc.x"],
           "identity_provider": {
-            "aaa_servers": ["idp.local"],
+            "aaa_servers": ["idp.example.com"],
             "apcs": ["apc.x"],
             "shared_config": "no"
           }