diff options
author | Günther Deschner <gd@samba.org> | 2008-04-17 14:02:37 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-17 14:13:13 +0200 |
commit | 91ece4fc1aadb7d670ab14c88724f7b62cfd40ec (patch) | |
tree | c9556ad837bb8539298012331418e8a337c364d3 /source3/libgpo/gpo_util.c | |
parent | 194d5014d8c07a786acf94063a5c4b227f0b7d4b (diff) | |
download | samba-91ece4fc1aadb7d670ab14c88724f7b62cfd40ec.tar.gz samba-91ece4fc1aadb7d670ab14c88724f7b62cfd40ec.tar.bz2 samba-91ece4fc1aadb7d670ab14c88724f7b62cfd40ec.zip |
libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL.
Guenther
(This used to be commit 7ed1397e25d50e6616040677cfe26148e7211538)
Diffstat (limited to 'source3/libgpo/gpo_util.c')
-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: " |