summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-03-07 15:09:38 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-28 09:23:11 +0200
commit6e87aa38c4daf40f089915fd5e40e97076d35aa2 (patch)
tree8d644a0c33cfbdf3714ab05a97e9efa1af66a0a0 /librpc/idl
parent16e9448174a7cb7ece90a7a68b7f0fd8ffa4de91 (diff)
downloadsamba-6e87aa38c4daf40f089915fd5e40e97076d35aa2.tar.gz
messaging.idl: Register a message type for authentication log messages
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Pair-Programmed-by: Gary Lockyer <gary@catalyst.net.nz> Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/messaging.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl
index 032f95eeab9..2a94eeee93b 100644
--- a/librpc/idl/messaging.idl
+++ b/librpc/idl/messaging.idl
@@ -139,6 +139,9 @@ interface messaging
MSG_NTVFS_OPLOCK_BREAK = 0x0703,
MSG_DREPL_ALLOCATE_RID = 0x0704,
+ /* Called during authentication and authorization to allow out-of- */
+ MSG_AUTH_LOG = 0x0800,
+
/* dbwrap messages 4001-4999 (0x0FA0 - 0x1387) */
/* MSG_DBWRAP_TDB2_CHANGES = 4001, */
/* MSG_DBWRAP_G_LOCK_RETRY = 4002, */