From feb9ffdac82c0e30ea61b7ac0d3dae2fcd3bcedd Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 16 Apr 2010 08:42:12 +1000 Subject: s4:auth Add dependency from the operational module onto auth We had to split up the auth module into a module loaded by main deamon and a subsystem we manually init in the operational module. Andrew Bartlett --- source4/auth/auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/auth.h') diff --git a/source4/auth/auth.h b/source4/auth/auth.h index 2678d2ca66..0e32c504dd 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -283,6 +283,7 @@ NTSTATUS auth_check_password(struct auth_context *auth_ctx, struct auth_serversupplied_info **server_info); NTSTATUS auth_init(void); NTSTATUS auth_register(const struct auth_operations *ops); +NTSTATUS server_service_auth_init(void); NTSTATUS authenticate_username_pw(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct messaging_context *msg, -- cgit