Set better defaults.
[trust_router.git] / redhat / trusts.cfg
1 {
2   "communities": [
3     {
4       "apcs": [
5         "pci-community.ja.net"
6       ],
7       "community_id": "comm.offcenter.org",
8       "idp_realms": [
9         "idr2.offcenter.org"
10       ],
11       "rp_realms": [
12         "sr3.offcenter.org"
13       ],
14       "type": "coi"
15     },
16     {
17       "apcs": [
18
19       ],
20       "community_id": "pci-community.ja.net",
21       "idp_realms": [
22         "idr1.offcenter.org",
23         "idr2.offcenter.org",
24         "ja.net",
25         "no-longer-untitled.offcenter.org"
26       ],
27       "rp_realms": [
28         "exchange.ja.net",
29         "sr3.offcenter.org"
30       ],
31       "type": "apc"
32     }
33   ],
34   "idp_realms": [
35     {
36       "aaa_servers": [
37         "127.0.0.1"
38       ],
39       "apcs": [
40         "pci-community.ja.net"
41       ],
42       "realm_id": "idr1.offcenter.org",
43       "shared_config": "yes"
44     },
45     {
46       "aaa_servers": [
47         "127.0.0.1"
48       ],
49       "apcs": [
50         "pci-community.ja.net"
51       ],
52       "realm_id": "idr2.offcenter.org",
53       "shared_config": "no"
54     },
55     {
56       "aaa_servers": [
57         "10.1.10.90"
58       ],
59       "apcs": [
60         "pci-community.ja.net"
61       ],
62       "realm_id": "ja.net",
63       "shared_config": "no"
64     },
65     {
66       "aaa_servers": [
67         "127.0.0.1"
68       ],
69       "apcs": [
70         "pci-community.ja.net"
71       ],
72       "realm_id": "no-longer-untitled.offcenter.org",
73       "shared_config": "yes"
74     }
75   ],
76   "rp_clients": [
77     {
78       "filter": {
79         "filter_lines": [
80           {
81             "action": "accept",
82             "domain_constraints": ["*.exchange.ja.net"],
83             "filter_specs": [
84               {
85                 "field": "rp_realm",
86                 "match": "exchange.ja.net"
87               },
88               {
89                 "field": "rp_realm",
90                 "match": "*.exchange.ja.net"
91               }
92             ],
93             "realm_constraints": ["*.exchange.ja.net", "a.com"]
94           }
95         ],
96         "type": "rp_permitted"
97       },
98       "gss_names": [
99         "01b80aa9-8753-4691-8f8a-f49f7793546f@portal-realm.ja.net"
100       ]
101     },
102     {
103       "filter": {
104         "filter_lines": [
105           {
106             "action": "accept",
107             "domain_constraints": ["*.bob.sr3.offcenter.org"],
108             "filter_specs": [
109               {
110                 "field": "rp_realm",
111                 "match": "sr3.offcenter.org"
112               },
113               {
114                 "field": "rp_realm",
115                 "match": "*.sr3.offcenter.org"
116               }
117             ],
118             "realm_constraints": ["*.sr3.offcenter.org" ]
119           }
120         ],
121         "type": "rp_permitted"
122       },
123       "gss_names": [
124         "895c308a-5624-4055-bb4f-ea24b77e6637@portal-realm.ja.net"
125       ]
126     }
127   ]
128 }