summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-15 17:42:49 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-15 17:42:49 +0000
commit58a10f4c019ed6c30dbe7e18e6265bf2281a8278 (patch)
treeff5f4a0de55096ae940e6ea5c1d7d23079baaedb /python/lassomod.c
parente305d16e5a785040a343643cae9669e3c6601ada (diff)
downloadlasso-58a10f4c019ed6c30dbe7e18e6265bf2281a8278.tar.gz
lasso-58a10f4c019ed6c30dbe7e18e6265bf2281a8278.tar.xz
lasso-58a10f4c019ed6c30dbe7e18e6265bf2281a8278.zip
Added method create_user in Login class
+ Update
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index af6a6897..8e8f34e6 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -210,6 +210,7 @@ static PyMethodDef lasso_methods[] = {
{"login_build_authn_response_msg", login_build_authn_response_msg, METH_VARARGS},
{"login_build_request_msg", login_build_request_msg, METH_VARARGS},
{"login_dump", login_dump, METH_VARARGS},
+ {"login_create_user", login_create_user, METH_VARARGS},
{"login_init_authn_request", login_init_authn_request, METH_VARARGS},
{"login_init_from_authn_request_msg", login_init_from_authn_request_msg, METH_VARARGS},
{"login_init_request", login_init_request, METH_VARARGS},