mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable.
Guenther
This commit is contained in:
parent
607ceff234
commit
efaa98e824
@ -4359,6 +4359,7 @@ static bool wcache_opnum_cacheable(uint32_t opnum)
|
||||
case NDR_WBINT_QUERYSEQUENCENUMBER:
|
||||
case NDR_WBINT_ALLOCATEUID:
|
||||
case NDR_WBINT_ALLOCATEGID:
|
||||
case NDR_WBINT_CHECKMACHINEACCOUNT:
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user