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:
parent
194d5014d8
commit
91ece4fc1a
@ -664,7 +664,8 @@ NTSTATUS check_refresh_gpo(ADS_STRUCT *ads,
|
|||||||
share, "A:",
|
share, "A:",
|
||||||
ads->auth.user_name, NULL,
|
ads->auth.user_name, NULL,
|
||||||
ads->auth.password,
|
ads->auth.password,
|
||||||
CLI_FULL_CONNECTION_USE_KERBEROS,
|
CLI_FULL_CONNECTION_USE_KERBEROS |
|
||||||
|
CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS,
|
||||||
Undefined, NULL);
|
Undefined, NULL);
|
||||||
if (!NT_STATUS_IS_OK(result)) {
|
if (!NT_STATUS_IS_OK(result)) {
|
||||||
DEBUG(10,("check_refresh_gpo: "
|
DEBUG(10,("check_refresh_gpo: "
|
||||||
|
Loading…
Reference in New Issue
Block a user