summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_group.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-06-03 16:02:33 +0000
committerGerald Carter <jerry@samba.org>2003-06-03 16:02:33 +0000
commitc384f2dcc7da315e84163febb76a964b2fa179f2 (patch)
tree15eaae1b943d6832096cc94a9c02e2dc45ec1be3 /source3/nsswitch/winbindd_group.c
parentead7ad7f8048bd30f54f381b5699b2838f1075f5 (diff)
downloadsamba-c384f2dcc7da315e84163febb76a964b2fa179f2.tar.gz
samba-c384f2dcc7da315e84163febb76a964b2fa179f2.tar.bz2
samba-c384f2dcc7da315e84163febb76a964b2fa179f2.zip
* set winbind cache time to 5 minutes
* quit obsessing over the sequence number so much * share the updated sequence number between parent and child winbindd processes in dual mode (This used to be commit 6f99cafa95b2a9dc98d8272fe6a54e9d37098340)
Diffstat (limited to 'source3/nsswitch/winbindd_group.c')
-rw-r--r--source3/nsswitch/winbindd_group.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c
index 14ebb78466..94b6326b90 100644
--- a/source3/nsswitch/winbindd_group.c
+++ b/source3/nsswitch/winbindd_group.c
@@ -450,10 +450,11 @@ static BOOL get_sam_group_entries(struct getent_state *ent)
ent->num_sam_entries = num_entries;
- /* get the domain local groups if we are a member of
- a native win2k domain */
+ /* get the domain local groups if we are a member of a native win2k domain */
- if ( domain->native_mode && domain->methods->enum_local_groups )
+ if ( domain->native_mode
+ && domain->methods->enum_local_groups
+ && strequal(lp_workgroup(), domain->name) )
{
DEBUG(4,("get_sam_group_entries: Native Mode 2k domain; enumerating local groups as well\n"));