]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Revert "libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL."
authorMichael Adam <obnox@samba.org>
Thu, 8 May 2008 15:43:57 +0000 (17:43 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 8 May 2008 15:43:57 +0000 (17:43 +0200)
This reverts commit 7ed1397e25d50e6616040677cfe26148e7211538.

source/libgpo/gpo_util.c

index 04597b3b577c37cca5bf9beb169ab32cdfde34b2..7105b21de8e0f690fea5813a5c450628e3ab432e 100644 (file)
@@ -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: "