Bug 1196140
Summary: | Rebase samba to 4.2.x in RHEL-7.2 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Sumit Bose <sbose> |
Component: | samba | Assignee: | Andreas Schneider <asn> |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 7.2 | CC: | asn, gdeschner, jarrpa, jscotka, rhack, wm.marshall |
Target Milestone: | rc | Keywords: | Rebase |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | samba-4.2.2-1.el7 | Doc Type: | Rebase: Bug Fixes and Enhancements |
Doc Text: |
The samba packages have been upgraded to upstream version 4.2.3, which provides a number of bug fixes and enhancements over the previous version. Most notably, the "wbinfo -u" and "wbinfo -g" commands now only enumerate the users in their own domain by default. To enumerate all users on all trusted domains, run the "wbinfo --domain='*' -u" or "wbinfo --domain='*' -g" command.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-19 09:10:58 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1226046, 1226047, 1226048, 1226049 | ||
Bug Blocks: | 1181710, 1204500, 1238537 |
Description
Sumit Bose
2015-02-25 11:22:44 UTC
There is a change in behaviour of the commands 'wbinfo -u' and 'wbinfo -g'. By default the enumerate all users on all trusted domains which can lead to out of memory condition on large installations. Therefore the default has been changed to enumerate only over the own domain (the domain winbind is joined too). We still support the old behaviour, you can enable it with: wbinfo --domain='*' -u Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2258.html |