summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-22 15:41:25 +0200
committerVolker Lendecke <vl@samba.org>2008-04-22 15:42:09 +0200
commit9ffcc7966f5bb5fb6f502580a0f5514568d18463 (patch)
treece091c117612ed2ab8538d48dddcade476da65d7 /WHATSNEW.txt
parent76b0db153dfdbbc5df4afda594bc4f3ba262e9a1 (diff)
downloadsamba-9ffcc7966f5bb5fb6f502580a0f5514568d18463.tar.gz
samba-9ffcc7966f5bb5fb6f502580a0f5514568d18463.tar.bz2
samba-9ffcc7966f5bb5fb6f502580a0f5514568d18463.zip
Fix wbinfo --group-info if the winbind separator set to non \
In getgrsid_lookupsid_recv() we use parse_domain_user which itself looks at lp_winbind_separator(). Thus when building up that group name we should better use it as well. (This used to be commit 5df75578ef1da41164936cd11b14114889201d47)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 001f0f8d70..364b3fea21 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -292,6 +292,7 @@ o Volker Lendecke <vl@samba.org>
* Make winbind use NetSamLogonEx when possible.
* Merge fixes in the 3-0-ctdb cluster code.
* Fix a segfault in snprintf replacement code.
+ * Fix a regression for wbinfo --group-info if winbind separator is set
o Derrell Lipman <derrell@samba.org>