summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_samba3_protocol.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-10-15 22:01:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:44:48 -0500
commit17355fbbd4c4a904bb75c1d8ba98948edaf0fe68 (patch)
treed9a727b7c7295163ad4fc8a1319a842dbb1c0f08 /source4/winbind/wb_samba3_protocol.c
parent42ececdfae15a34205638cc6e3ec53d6f3ac2148 (diff)
downloadsamba-17355fbbd4c4a904bb75c1d8ba98948edaf0fe68.tar.gz
samba-17355fbbd4c4a904bb75c1d8ba98948edaf0fe68.tar.bz2
samba-17355fbbd4c4a904bb75c1d8ba98948edaf0fe68.zip
r11094: Connect to SAM, implement getdcname
(This used to be commit a14398715eceecf204caf815a8769ba8214d0576)
Diffstat (limited to 'source4/winbind/wb_samba3_protocol.c')
-rw-r--r--source4/winbind/wb_samba3_protocol.c3
1 files changed, 3 insertions, 0 deletions
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;