From 593fdbc3e25234ad5e38db16c5f3d8541247eb27 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 8 May 2008 17:43:57 +0200 Subject: [PATCH] Revert "libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL." This reverts commit 7ed1397e25d50e6616040677cfe26148e7211538. --- source/libgpo/gpo_util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/libgpo/gpo_util.c b/source/libgpo/gpo_util.c index 04597b3b577..7105b21de8e 100644 --- a/source/libgpo/gpo_util.c +++ b/source/libgpo/gpo_util.c @@ -664,8 +664,7 @@ NTSTATUS check_refresh_gpo(ADS_STRUCT *ads, share, "A:", ads->auth.user_name, NULL, ads->auth.password, - CLI_FULL_CONNECTION_USE_KERBEROS | - CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS, + CLI_FULL_CONNECTION_USE_KERBEROS, Undefined, NULL); if (!NT_STATUS_IS_OK(result)) { DEBUG(10,("check_refresh_gpo: " -- 2.47.3