s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable.
authorGünther Deschner <gd@samba.org>
Thu, 8 Oct 2009 08:35:02 +0000 (10:35 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 8 Oct 2009 08:40:42 +0000 (10:40 +0200)
Guenther

source3/winbindd/winbindd_cache.c

index 6d48fe5f857cc77da7422fb207de8a13104afd45..543b8b12b75a8a64d9fab34d04f163eb9517d8b1 100644 (file)
@@ -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;