]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r22956: Fix security=server (bug #4622). Volker's patch
authorJeremy Allison <jra@samba.org>
Wed, 16 May 2007 22:52:17 +0000 (22:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:11 +0000 (12:22 -0500)
(slightly truncated by me). Will be in 3.0.25a.
Jeremy.
(This used to be commit 039fb906af883a7ca1a68955f1b36b583fe1b698)

source3/auth/auth_server.c

index 20ce078d2e5e0f7d3e77f728eba802cd63fce3a6..4351f96eeb364b28197722dad27f48464905b9cb 100644 (file)
@@ -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);