Changes between Version 15 and Version 16 of FeddSkelPlugin
- Timestamp:
- Dec 4, 2010 5:21:00 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddSkelPlugin
v15 v16 134 134 }}} 135 135 136 That's the output from a successful experiment creation on the skeleton. Notice the request for access from (b55205ac843c40ce9c9feb3b358bff782ed337fd, 'testing', 'guest') that is approved, the creation of the access principal and the saving of state all before the first {{{Successful SOAP request code 200}}} line. That is all output from a successful !RequestAccess call, and you can trace the !RequestAccess method in [source:fedd/ trunk/federation/skeleton_access.py federation/skeleton_access.py].136 That's the output from a successful experiment creation on the skeleton. Notice the request for access from (b55205ac843c40ce9c9feb3b358bff782ed337fd, 'testing', 'guest') that is approved, the creation of the access principal and the saving of state all before the first {{{Successful SOAP request code 200}}} line. That is all output from a successful !RequestAccess call, and you can trace the !RequestAccess method in [source:fedd/federation/skeleton_access.py federation/skeleton_access.py]. 137 137 138 138 You'll also notice that the plug-in state file has been created, it is {{{/users/faber/fedd-config/skel/skel_access.state}}} in the example.