summaryrefslogtreecommitdiff
path: root/source3/auth/auth_server.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-05-16 22:52:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:11 -0500
commit0b38bfa9ea337f360fca6a85eb9764d1eafb1728 (patch)
treefda8234bc23362b5083e9b5c2e47e1cfaee7f6b9 /source3/auth/auth_server.c
parent5c46263b9d62fef78360a394cad9e3b157b23a11 (diff)
downloadsamba-0b38bfa9ea337f360fca6a85eb9764d1eafb1728.tar.gz
samba-0b38bfa9ea337f360fca6a85eb9764d1eafb1728.tar.bz2
samba-0b38bfa9ea337f360fca6a85eb9764d1eafb1728.zip
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)
Diffstat (limited to 'source3/auth/auth_server.c')
-rw-r--r--source3/auth/auth_server.c6
1 files changed, 0 insertions, 6 deletions
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);