From: Michael Adam Date: Thu, 8 May 2008 15:43:57 +0000 (+0200) Subject: Revert "libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL." X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=593fdbc3e25234ad5e38db16c5f3d8541247eb27;p=thirdparty%2Fsamba.git Revert "libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL." This reverts commit 7ed1397e25d50e6616040677cfe26148e7211538. --- 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: "