summaryrefslogtreecommitdiff
path: root/source3/auth/proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-06-03 10:56:46 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-06-16 10:13:20 +0200
commit4edd8b891a90a89a84fbfa3636cc568d247b04b2 (patch)
treefaed14f166f307a30ab24f63099d2560499affd5 /source3/auth/proto.h
parent9c715da1cbc256b9ae9298618c92807592607c9b (diff)
downloadsamba-4edd8b891a90a89a84fbfa3636cc568d247b04b2.tar.gz
samba-4edd8b891a90a89a84fbfa3636cc568d247b04b2.tar.bz2
samba-4edd8b891a90a89a84fbfa3636cc568d247b04b2.zip
s3-auth: Remove auth_netlogond
auth_netlogond was an important module in the development of the combined Samba 4.0, and was the first module to link smbd with the AD authentication store, showing that it was possible for NTLM authentication to be offloaded to the AD server components. We now have auth_samba4, which provides the full GENSEC stack to smbd, which also matches exactly the group membership and privileges assignment and which is supported and tested as part of the official Samba 4.0 release configuration. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Jun 16 10:13:20 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/auth/proto.h')
-rw-r--r--source3/auth/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/auth/proto.h b/source3/auth/proto.h
index a35a804d35..e2f5a5787a 100644
--- a/source3/auth/proto.h
+++ b/source3/auth/proto.h
@@ -93,8 +93,6 @@ NTSTATUS auth_builtin_init(void);
void attempt_machine_password_change(void);
NTSTATUS auth_domain_init(void);
-NTSTATUS auth_netlogond_init(void);
-
/* The following definitions come from auth/auth_generic.c */
NTSTATUS make_auth4_context(TALLOC_CTX *mem_ctx, struct auth4_context **auth4_context_out);