summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-08 10:35:02 +0200
committerGünther Deschner <gd@samba.org>2009-10-08 10:40:42 +0200
commitefaa98e82438688ca178dc7d0622965933abc95c (patch)
tree8ff3ee295d9aa83faf11b18d99777c319f171e7a /source3/winbindd
parent607ceff234c5c85849975087e9a40416b943c269 (diff)
downloadsamba-efaa98e82438688ca178dc7d0622965933abc95c.tar.gz
samba-efaa98e82438688ca178dc7d0622965933abc95c.tar.bz2
samba-efaa98e82438688ca178dc7d0622965933abc95c.zip
s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable.
Guenther
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
index 6d48fe5f85..543b8b12b7 100644
--- a/source3/winbindd/winbindd_cache.c
+++ b/source3/winbindd/winbindd_cache.c
@@ -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;