summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_server.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-09-10 14:08:40 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-09-10 14:08:40 +1000
commitba22de3d4fcba466d2829df47fb05c85eda2f98f (patch)
treeaf1a73e2784eeadf02cce37c44f03c4c6373c48b /source4/winbind/wb_server.h
parentffc9f85bfb6fec0bd4057d6ccb6e013dd6873ced (diff)
downloadsamba-ba22de3d4fcba466d2829df47fb05c85eda2f98f.tar.gz
samba-ba22de3d4fcba466d2829df47fb05c85eda2f98f.tar.bz2
samba-ba22de3d4fcba466d2829df47fb05c85eda2f98f.zip
Return the same privilaged winbindd socket as we actually use.
Andrew Bartlett (This used to be commit 2209787812fd9224d104f332e25d8ce64ef9ee95)
Diffstat (limited to 'source4/winbind/wb_server.h')
-rw-r--r--source4/winbind/wb_server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h
index 5a7ba7b401..97d7d8151e 100644
--- a/source4/winbind/wb_server.h
+++ b/source4/winbind/wb_server.h
@@ -35,6 +35,8 @@ struct wbsrv_service {
const struct dom_sid *primary_sid;
struct wbsrv_domain *domains;
struct idmap_context *idmap_ctx;
+
+ const char *priv_socket_path;
};
struct wbsrv_samconn {