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
(from parent 1:
4205fab
)
[s3]winbindd_group: don't list the domain twice when expanding internal aliases
author
Michael Adam
<obnox@samba.org>
Sun, 21 Sep 2008 00:07:43 +0000
(
02:07
+0200)
committer
Michael Adam
<obnox@samba.org>
Tue, 23 Sep 2008 08:00:26 +0000
(10:00 +0200)
Before this, "getent group builtin\\administrators" expanded
domain group members in the form DOMAIN\domain\user.
Michael
source3/winbindd/winbindd_group.c
patch
|
blob
|
history
diff --git
a/source3/winbindd/winbindd_group.c
b/source3/winbindd/winbindd_group.c
index b2bba095371541bb818c0b2aea944e8dbf5f768c..f2b6fbefb502602384bdd5a818e3704f7992dc49 100644
(file)
--- a/
source3/winbindd/winbindd_group.c
+++ b/
source3/winbindd/winbindd_group.c
@@
-140,7
+140,7
@@
static void add_expanded_sid(const DOM_SID *sid,
continue;
}
- add_member(
domain->name
, names[i], pp_members, p_num_members);
+ add_member(
NULL
, names[i], pp_members, p_num_members);
}
done: