diff options
Diffstat (limited to 'source3/python/py_winbind.c')
-rw-r--r-- | source3/python/py_winbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_winbind.c b/source3/python/py_winbind.c index 7256f77002..6482a5b9e3 100644 --- a/source3/python/py_winbind.c +++ b/source3/python/py_winbind.c @@ -706,7 +706,7 @@ static PyMethodDef winbind_methods[] = { "Authenticate a username and password using plaintext authentication.\n" "The NT status code is returned with zero indicating success." }, - { "auth_crap", (PyCFunction)py_auth_crap, METH_VARARGS, + { "auth_crap", (PyCFunction)py_auth_crap, METH_VARARGS | METH_KEYWORDS, "auth_crap(s, s) -> int\n" "\n" "Authenticate a username and password using the challenge/response\n" |