summaryrefslogtreecommitdiffstats
path: root/python/environs/py_login.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-30 15:34:29 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-30 15:34:29 +0000
commit8fd99730d003cf1eff4b686fe13498952213ecc5 (patch)
treed4bc040534f32cb4e2427b992578b32f0d12d713 /python/environs/py_login.c
parent78178c89fbdbe48f3d00ec9b82b457bbae84456f (diff)
downloadlasso-8fd99730d003cf1eff4b686fe13498952213ecc5.tar.gz
lasso-8fd99730d003cf1eff4b686fe13498952213ecc5.tar.xz
lasso-8fd99730d003cf1eff4b686fe13498952213ecc5.zip
Update end
Diffstat (limited to 'python/environs/py_login.c')
-rw-r--r--python/environs/py_login.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/environs/py_login.c b/python/environs/py_login.c
index 7ed92ce7..26c2f9aa 100644
--- a/python/environs/py_login.c
+++ b/python/environs/py_login.c
@@ -63,6 +63,8 @@ PyObject *login_getattr(PyObject *self, PyObject *args) {
"protocolProfile", "assertionArtifact");
if (!strcmp(attr, "identity"))
return (LassoIdentity_wrap(LASSO_PROFILE(login)->identity));
+ if (!strcmp(attr, "session"))
+ return (LassoSession_wrap(LASSO_PROFILE(login)->session));
if (!strcmp(attr, "request"))
return (LassoNode_wrap(LASSO_PROFILE(login)->request));
if (!strcmp(attr, "response"))