From 0b38bfa9ea337f360fca6a85eb9764d1eafb1728 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 16 May 2007 22:52:17 +0000 Subject: r22956: Fix security=server (bug #4622). Volker's patch (slightly truncated by me). Will be in 3.0.25a. Jeremy. (This used to be commit 039fb906af883a7ca1a68955f1b36b583fe1b698) --- source3/auth/auth_server.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/auth/auth_server.c') diff --git a/source3/auth/auth_server.c b/source3/auth/auth_server.c index 20ce078d2e..4351f96eeb 100644 --- a/source3/auth/auth_server.c +++ b/source3/auth/auth_server.c @@ -268,12 +268,6 @@ static NTSTATUS check_smbserver_security(const struct auth_context *auth_context BOOL locally_made_cli = False; struct server_security_state *state; - /* - * Check that the requested domain is not our own machine name. - * If it is, we should never check the PDC here, we use our own local - * password file. - */ - state = talloc_get_type_abort( private_data, struct server_security_state); -- cgit