Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/wsgi/myproxy/test.ini@7077
Revision 7077,
690 bytes
checked in by pjkersha, 11 years ago
(diff) |
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | # |
---|
2 | # MyProxy Logon WSGI Testing environment configuration |
---|
3 | # |
---|
4 | # The %(here)s variable will be replaced with the parent directory of this file |
---|
5 | # |
---|
6 | [DEFAULT] |
---|
7 | username = testuser |
---|
8 | password = testpasswd |
---|
9 | |
---|
10 | [server:main] |
---|
11 | use = egg:Paste#http |
---|
12 | host = 0.0.0.0 |
---|
13 | port = 5000 |
---|
14 | |
---|
15 | [pipeline:main] |
---|
16 | pipeline = MyProxyLogonFilter TestApp |
---|
17 | |
---|
18 | [app:TestApp] |
---|
19 | paste.app_factory = ndg.security.test.unit.wsgi.myproxy.test_myproxy:TestAuthnApp |
---|
20 | |
---|
21 | [filter:MyProxyLogonFilter] |
---|
22 | paste.filter_app_factory = ndg.security.server.wsgi.myproxy:MyProxyLogonMiddleware |
---|
23 | http.auth.basic.rePathMatchList = .* |
---|
24 | myproxy.logonFuncEnvKeyName = myProxyLogon |
---|
25 | myproxy.client.hostname = localhost |
---|
26 | myproxy.client.serverDN = /O=NDG/OU=BADC/CN=localhost |
---|
Note: See
TracBrowser
for help on using the repository browser.