annotate conf/supauth2.eap.testbed.aaa/freeDiameter/freeDiameter.conf @ 12:6314b2c36220

Adding a new interoperability testbed
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 26 Nov 2010 17:55:02 +0900
parents 7b569c198c7c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
1 SCTP_streams = 3;
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
2 TLS_Cred = "/root/ca_data/cert.pem" , "/root/ca_data/privkey.pem";
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
3 TLS_CA = "/root/ca_data/ca.pem";
12
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 10
diff changeset
4 TLS_DH_File = "/root/conf/freeDiameter/dh.pem";
10
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
5 NoRelay;
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
6
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
7 # LoadExtension = "/root/freeDiameter/extensions/dbg_monitor.fdx";
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
8
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
9 LoadExtension = "/root/freeDiameter/extensions/dict_nasreq.fdx";
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
10 LoadExtension = "/root/freeDiameter/extensions/dict_eap.fdx";
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
11 LoadExtension = "/root/freeDiameter/extensions/app_radgw.fdx"
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
12 : "/root/conf/freeDiameter/rgw.conf";
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
13
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
14 # "opendiam.eap.testbed.aaa" = { uri="aaa://opendiam.eap.testbed.aaa;transport=sctp"; };
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
15 #ConnectPeer = "opendiam.eap.testbed.aaa" { #TLS_old_Method;
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
16 # No_TLS; };
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
17
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
18 ConnectPeer = "backend.eap.testbed.aaa" { No_TLS; };
7b569c198c7c New EAP test configurations
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
19
"Welcome to our mercurial repository"