Remove obsolete sample configuration files.
authorJennifer Richards <jennifer@painless-security.com>
Tue, 20 Dec 2016 21:06:44 +0000 (16:06 -0500)
committerJennifer Richards <jennifer@painless-security.com>
Tue, 20 Dec 2016 21:06:44 +0000 (16:06 -0500)
tr/default.cfg [deleted file]
tr/manual.cfg [deleted file]
tr/portal.cfg [deleted file]

diff --git a/tr/default.cfg b/tr/default.cfg
deleted file mode 100644 (file)
index 6473763..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "default_servers": [
-        "trustrouter.local"
-      ]
-}
\ No newline at end of file
diff --git a/tr/manual.cfg b/tr/manual.cfg
deleted file mode 100644 (file)
index 5d33638..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-{"tr_internal":{"max_tree_depth": 4,
-                "hostname":"margaret-moonshot3.local"}}
\ No newline at end of file
diff --git a/tr/portal.cfg b/tr/portal.cfg
deleted file mode 100644 (file)
index 6ead29d..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-{
-  "communities": [
-    {
-      "apcs": [
-      ],
-      "community_id": "apc.painless-security.com",
-      "idp_realms": [
-      ],
-      "rp_realms": [
-        "margaret-2.painless-security.com"
-      ],
-      "type": "apc"
-    }
-  ],
-  "idp_realms": [
-    {
-      "aaa_servers": [
-        "127.0.0.1"
-      ],
-      "apcs": [
-        "pci-community.ja.net"
-      ],
-      "realm_id": "idr1.offcenter.org",
-      "shared_config": "yes"
-    },
-    {
-      "aaa_servers": [
-        "127.0.0.1"
-      ],
-      "apcs": [
-        "pci-community.ja.net"
-      ],
-      "realm_id": "idr2.offcenter.org",
-      "shared_config": "no"
-    },
-    {
-      "aaa_servers": [
-        "10.1.10.90"
-      ],
-      "apcs": [
-        "pci-community.ja.net"
-      ],
-      "realm_id": "ja.net",
-      "shared_config": "no"
-    },
-    {
-      "aaa_servers": [
-        "127.0.0.1"
-      ],
-      "apcs": [
-        "pci-community.ja.net"
-      ],
-      "realm_id": "no-longer-untitled.offcenter.org",
-      "shared_config": "yes"
-    }
-  ],
-  "rp_clients": [
-    {
-      "filter": {
-        "filter_lines": [
-          {
-            "action": "accept",
-            "domain_constraints": ["*.painless-security.com"],
-            "filter_specs": [
-              {
-                "field": "rp_realm",
-                "match": "margaret-2.painless-security.com"
-              },
-              {
-                "field": "rp_realm",
-                "match": "*.margaret-2.painless-security.com"
-              }
-            ],
-            "realm_constraints": ["*.painless-security.com", "a.com"]
-          }
-        ],
-        "type": "rp_permitted"
-      },
-      "gss_names": [
-        "4b95cd61-616f-48f2-9713-7d2cbe19ce69@apc.painless-security.com"
-      ]
-    }
-  ]
-}