Changeset 535
- Timestamp:
- 20/01/06 17:42:15 (15 years ago)
- Location:
- security/trunk/python/NDG
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
security/trunk/python/NDG/AttAuthorityIO.py
r534 r535 14 14 cvsID = '$Id$' 15 15 16 from XMLMsg import * 16 17 17 18 #_____________________________________________________________________________ -
security/trunk/python/NDG/attAuthority_services_server.py
r533 r535 84 84 85 85 try: 86 resp._authorisationResp = self.__srv.authorise(reqXMLtxt=reqTxt) 86 attCertTxt = self.__srv.authorise(reqXMLtxt=reqTxt) 87 resp._authorisationResp = \ 88 str(AuthorisationResp(attCertTxt=attCertTxt)) 87 89 88 90 except Exception, e: -
security/trunk/python/NDG/sessionMgr_services_server.py
r533 r535 21 21 from sessionMgr_services import * 22 22 23 from Session Mgrimport *23 from Session import * 24 24 25 25 # Create custom XML formatted error response where needed
Note: See TracChangeset
for help on using the changeset viewer.