1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL.

Guenther
(This used to be commit 7ed1397e25)
This commit is contained in:
Günther Deschner 2008-04-17 14:02:37 +02:00
parent 194d5014d8
commit 91ece4fc1a

View 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: "