X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=tr%2Forganizations.cfg;fp=tr%2Forganizations.cfg;h=58f9ac12ef02cf67213e5dca40a01baa80f0dcd2;hb=3d5b32212a270065a09f6c605ec0632275ed5b86;hp=f0886fdacb13fd181bf1d6e9c8bc9f4ca2280959;hpb=1127905b70bcb8e1e779e798b76b995789059ff0;p=trust_router.git diff --git a/tr/organizations.cfg b/tr/organizations.cfg index f0886fd..58f9ac1 100644 --- a/tr/organizations.cfg +++ b/tr/organizations.cfg @@ -27,7 +27,7 @@ "realm": "apc.x", "identity_provider": { "aaa_servers": [ - "apc.local" + "apc.example.com" ], "apcs": [ "apc.x" @@ -49,16 +49,14 @@ { "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" }