libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL.
authorGünther Deschner <gd@samba.org>
Thu, 17 Apr 2008 12:02:37 +0000 (14:02 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 17 Apr 2008 12:13:13 +0000 (14:13 +0200)
Guenther

source/libgpo/gpo_util.c

index 7105b21de8e0f690fea5813a5c450628e3ab432e..04597b3b577c37cca5bf9beb169ab32cdfde34b2 100644 (file)
@@ -664,7 +664,8 @@ 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_USE_KERBEROS |
+                                       CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS,
                                        Undefined, NULL);
                        if (!NT_STATUS_IS_OK(result)) {
                                DEBUG(10,("check_refresh_gpo: "