diff options
| -rw-r--r-- | source3/libgpo/gpo_util.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/libgpo/gpo_util.c b/source3/libgpo/gpo_util.c index 7105b21de8..04597b3b57 100644 --- a/source3/libgpo/gpo_util.c +++ b/source3/libgpo/gpo_util.c @@ -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: "  | 
