From ba22de3d4fcba466d2829df47fb05c85eda2f98f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 10 Sep 2008 14:08:40 +1000 Subject: Return the same privilaged winbindd socket as we actually use. Andrew Bartlett (This used to be commit 2209787812fd9224d104f332e25d8ce64ef9ee95) --- source4/winbind/wb_server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/winbind/wb_server.h') 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 { -- cgit