From d0041960363c981224552d4ce7ac3092679ee2c6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 24 Mar 2017 15:18:46 +1300 Subject: auth: Add hooks for notification of authentication events over the message bus This will allow tests to be written to confirm the correct events are triggered. We pass in a messaging context from the callers Signed-off-by: Andrew Bartlett --- auth/wscript_build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'auth/wscript_build') diff --git a/auth/wscript_build b/auth/wscript_build index 9e55e1000c7..88e9a039314 100644 --- a/auth/wscript_build +++ b/auth/wscript_build @@ -3,8 +3,7 @@ bld.SAMBA_LIBRARY('common_auth', source='auth_sam_reply.c wbc_auth_util.c auth_log.c', deps='talloc samba-security samba-util util_str_escape LIBTSOCKET jansson MESSAGING_SEND server_id_db ', - private_library=True, - allow_warnings=True) + private_library=True) bld.RECURSE('gensec') bld.RECURSE('ntlmssp') -- cgit v1.2.1