consistent flah in winbindd.h
tridge at samba.org
tridge at samba.org
Mon Aug 23 23:30:46 GMT 2004
Jerry,
> What's the purpose of the consistent flag in the winbindd_methods
> {} struct ? It's never set kfrom what I can tell but is referenced
> in winbindd_cache.c (line 751).
more info ...
it is set, see the first element below in the rpc backend:
/* the rpc backend methods are exposed via this structure */
struct winbindd_methods msrpc_methods = {
False,
whereas in the ADS backend we have:
/* the ADS backend methods are exposed via this structure */
struct winbindd_methods ads_methods = {
True,
Cheers, Tridge
More information about the samba-technical
mailing list