summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-01-23 16:59:07 +0100
committerGünther Deschner <gd@samba.org>2015-03-30 13:41:25 +0200
commitdda25b0bc6a43a5e1c466b7867c89d49aa1bef0f (patch)
tree283f541dcb4ac23832bde88a510e9aca38909c52 /librpc
parent3c7c981fad4346bbcf7e56116846a7d34c94b9dc (diff)
downloadsamba-dda25b0bc6a43a5e1c466b7867c89d49aa1bef0f.tar.gz
s3:winbindd: add MSG_WINBIND_NEW_TRUSTED_DOMAIN that takes a lsa_TrustDomainInfoInfoEx
When a new trusted domain is added in the LSA server, we need to immediately have the domain within winbindd. This notification is done via a MSG_WINBIND_NEW_TRUSTED_DOMAIN message. In future we might want just a "rescan direct trusts" message, but that requires a lot of redesign within winbindd. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/messaging.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl
index 99b2af28a8e..04dfa1eff8f 100644
--- a/librpc/idl/messaging.idl
+++ b/librpc/idl/messaging.idl
@@ -109,6 +109,7 @@ interface messaging
MSG_WINBIND_IP_DROPPED = 0x040A,
MSG_WINBIND_DOMAIN_ONLINE = 0x040B,
MSG_WINBIND_DOMAIN_OFFLINE = 0x040C,
+ MSG_WINBIND_NEW_TRUSTED_DOMAIN = 0x040D,
/* event messages */
MSG_DUMP_EVENT_LIST = 0x0500,