From 17355fbbd4c4a904bb75c1d8ba98948edaf0fe68 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 15 Oct 2005 22:01:15 +0000 Subject: r11094: Connect to SAM, implement getdcname (This used to be commit a14398715eceecf204caf815a8769ba8214d0576) --- source4/winbind/wb_samba3_protocol.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/winbind/wb_samba3_protocol.c') diff --git a/source4/winbind/wb_samba3_protocol.c b/source4/winbind/wb_samba3_protocol.c index 6e206e32da..135d9a3d1f 100644 --- a/source4/winbind/wb_samba3_protocol.c +++ b/source4/winbind/wb_samba3_protocol.c @@ -99,6 +99,9 @@ NTSTATUS wbsrv_samba3_handle_call(struct wbsrv_call *call) case WINBINDD_PAM_AUTH_CRAP: return wbsrv_samba3_pam_auth_crap(s3call); + + case WINBINDD_GETDCNAME: + return wbsrv_samba3_getdcname(s3call); } s3call->response.result = WINBINDD_ERROR; -- cgit