s3:winbindd: add MSG_WINBIND_NEW_TRUSTED_DOMAIN that takes a lsa_TrustDomainInfoInfoEx
authorStefan Metzmacher <metze@samba.org>
Fri, 23 Jan 2015 15:59:07 +0000 (16:59 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 30 Mar 2015 11:41:25 +0000 (13:41 +0200)
commitdda25b0bc6a43a5e1c466b7867c89d49aa1bef0f
tree283f541dcb4ac23832bde88a510e9aca38909c52
parent3c7c981fad4346bbcf7e56116846a7d34c94b9dc
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>
librpc/idl/messaging.idl
source3/winbindd/winbindd_util.c