git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
607ceff
)
s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable.
author
Günther Deschner
<gd@samba.org>
Thu, 8 Oct 2009 08:35:02 +0000
(10:35 +0200)
committer
Günther Deschner
<gd@samba.org>
Thu, 8 Oct 2009 08:40:42 +0000
(10:40 +0200)
Guenther
source3/winbindd/winbindd_cache.c
patch
|
blob
|
history
diff --git
a/source3/winbindd/winbindd_cache.c
b/source3/winbindd/winbindd_cache.c
index 6d48fe5f857cc77da7422fb207de8a13104afd45..543b8b12b75a8a64d9fab34d04f163eb9517d8b1 100644
(file)
--- 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;