diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-10-03 17:36:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:19 -0500 |
commit | 012893cb421d77efc538c9f4c78b2421aef3f06e (patch) | |
tree | bcc108dc0ffb1295908ffa17ec577d66c36a6413 /source4/winbind/wb_samba3_protocol.c | |
parent | 4a34e81ccc609366089d9a3f6c3a04c228cac8b3 (diff) | |
download | samba-012893cb421d77efc538c9f4c78b2421aef3f06e.tar.gz samba-012893cb421d77efc538c9f4c78b2421aef3f06e.tar.bz2 samba-012893cb421d77efc538c9f4c78b2421aef3f06e.zip |
r10691: This gets half-way to wbinfo -n. It acquires an lsa pipe, and does a
queryinfopolicy. Idea is to get a consistency check between that and our
notion of the domain name and sid, and take the lsa pipe as the holder of the
central smbcli_tree that netlogon and samr use as well.
Volker
(This used to be commit 126c80aefc4f53c4ba79afc12d70602ef9055ddb)
Diffstat (limited to 'source4/winbind/wb_samba3_protocol.c')
-rw-r--r-- | source4/winbind/wb_samba3_protocol.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/winbind/wb_samba3_protocol.c b/source4/winbind/wb_samba3_protocol.c index d7e32daddb..f5e6fb71cf 100644 --- a/source4/winbind/wb_samba3_protocol.c +++ b/source4/winbind/wb_samba3_protocol.c @@ -90,6 +90,9 @@ NTSTATUS wbsrv_samba3_handle_call(struct wbsrv_call *call) case WINBINDD_PRIV_PIPE_DIR: return wbsrv_samba3_priv_pipe_dir(s3call); + + case WINBINDD_LOOKUPNAME: + return wbsrv_samba3_lookupname(s3call); } s3call->response.result = WINBINDD_ERROR; |