summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbclient.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-01-24 14:05:59 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-13 13:30:15 +0100
commit9d27ded946daaa7d484f8b93921bac961ea2e071 (patch)
tree3755edbb32d34ff6be1cd78c6d6a57593bd4d198 /source3/nsswitch/libwbclient/wbclient.c
parent3649f728ed3a449622c4e1dbc3ebf4c3536b72f7 (diff)
downloadsamba-9d27ded946daaa7d484f8b93921bac961ea2e071.tar.gz
samba-9d27ded946daaa7d484f8b93921bac961ea2e071.tar.bz2
samba-9d27ded946daaa7d484f8b93921bac961ea2e071.zip
libwbclient: add wbcAuthenticateUserEx() function
This function will be used by auth_winbind.c. metze (This used to be commit 72af96a320a97ce1a730d6e33d01950123d6a97c)
Diffstat (limited to 'source3/nsswitch/libwbclient/wbclient.c')
-rw-r--r--source3/nsswitch/libwbclient/wbclient.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nsswitch/libwbclient/wbclient.c b/source3/nsswitch/libwbclient/wbclient.c
index 5aad378ad0..e17296283f 100644
--- a/source3/nsswitch/libwbclient/wbclient.c
+++ b/source3/nsswitch/libwbclient/wbclient.c
@@ -110,6 +110,8 @@ const char *wbcErrorString(wbcErr error)
return "WBC_INVALID_RESPONSE";
case WBC_ERR_NSS_ERROR:
return "WBC_ERR_NSS_ERROR";
+ case WBC_ERR_AUTH_ERROR:
+ return "WBC_ERR_AUTH_ERROR";
}
return "unknown wbcErr value";