Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/MyProxyClient/README@6931
Line | |
---|
1 | MyProxy Client Package |
---|
2 | ====================== |
---|
3 | This a pure* Python implementation of a client to the MyProxy Credential |
---|
4 | Management Server (http://grid.ncsa.uiuc.edu/myproxy/) |
---|
5 | |
---|
6 | * i.e. MyProxy C client libraries are not required for this package. |
---|
7 | |
---|
8 | It uses pyOpenSSL to make an SSL connection to the server following the |
---|
9 | messaging interface as outlined in: http://grid.ncsa.uiuc.edu/myproxy/protocol/ |
---|
10 | |
---|
11 | The code is based on an original program myproxy_logon by Tom Uram of ANL. |
---|
12 | |
---|
13 | Tests |
---|
14 | ===== |
---|
15 | Unit test module with test files is in test/. See the README in that directory. |
---|
16 | This package has been tested on Linux Ubuntu Gutsy Gibbon, and Windows XP |
---|
17 | Professional SP2 |
---|
18 | |
---|
19 | Documentation |
---|
20 | ============= |
---|
21 | Epydoc generated documentation is available in documentation/. run the |
---|
22 | Makefile to regenerate if required. |
---|
23 | |
---|
24 | Thanks |
---|
25 | ====== |
---|
26 | * to OMII-UK for funding development of NDG Security over the past year (2007- |
---|
27 | 2008) |
---|
28 | * Tom Uram who wrote the myproxy_logon program on which this package is based. |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.