RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1431986 - expand_dfs plugin read_target_host() parameters
Summary: expand_dfs plugin read_target_host() parameters
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: samba
Version: 7.3
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Andreas Schneider
QA Contact: Andrej Dzilský
URL:
Whiteboard:
: 1432911 (view as bug list)
Depends On:
Blocks: 1432911
TreeView+ depends on / blocked
 
Reported: 2017-03-14 08:36 UTC by Andrey Bondarenko
Modified: 2020-05-14 15:45 UTC (History)
6 users (show)

Fixed In Version: samba-4.6.2-4.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1432911 (view as bug list)
Environment:
Last Closed: 2017-08-01 18:21:34 UTC
Target Upstream Version:
Embargoed:
abondare: needinfo+


Attachments (Terms of Use)
msdfs.patch (5.43 KB, patch)
2017-03-21 14:47 UTC, Andreas Schneider
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2017:1950 0 normal SHIPPED_LIVE Low: samba security, bug fix, and enhancement update 2017-08-01 18:09:24 UTC
Samba Project 12687 0 None None None 2017-03-14 15:23:09 UTC

Description Andrey Bondarenko 2017-03-14 08:36:20 UTC
Description of problem:

The ip address of the remote client was used as the map filename.

[2017/03/06 16:42:39.859984,  0] ../source3/modules/vfs_expand_msdfs.c:56(read_target_host)
  can't open IP map 10.100.0.204. Error No such file or directory


In the vfs_expand_mfs.c file, we could  see that the parameters are reversed in the function definition and function call.
See below.

targethost = read_target_host(
        ctx, raddr, mapfilename);


static char *read_target_host(TALLOC_CTX *ctx, const char *mapfile,
                  const char *clientaddr)

the patch is simple:

diff source3/modules/vfs_expand_msdfs.c ../samba-4.2.10/source3/modules/vfs_expand_msdfs.c
151c151
<               ctx, mapfilename, raddr);
---
>               ctx, raddr, mapfilename);


Version-Release number of selected component (if applicable):


[root@mediasrv01 samba]# rpm -qa | grep samba
samba-common-tools-4.2.10-6.2.el7_2.x86_64
samba-client-4.2.10-6.2.el7_2.x86_64
samba-common-libs-4.2.10-6.2.el7_2.x86_64
samba-common-4.2.10-6.2.el7_2.noarch
samba-vfs-evs-1.0.5-0.el7.x86_64
samba-client-libs-4.2.10-6.2.el7_2.x86_64
pcp-pmda-samba-3.10.6-2.el7.x86_64
samba-python-4.2.10-6.2.el7_2.x86_64
samba-4.2.10-6.2.el7_2.x86_64
samba-libs-4.2.10-6.2.el7_2.x86_64
[root@mediasrv01 samba]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.2 (Maipo)

How reproducible:

Mount DFS share.


Actual results:

  can't open IP map 10.100.0.204. Error No such file or directory


Expected results:

 working share

Comment 9 Andreas Schneider 2017-03-21 14:47:51 UTC
Created attachment 1265102 [details]
msdfs.patch

Comment 10 Andreas Schneider 2017-03-21 14:48:36 UTC
Can you please test with the patch attached to this bug?

Comment 11 Andreas Schneider 2017-04-05 09:08:52 UTC
*** Bug 1432911 has been marked as a duplicate of this bug. ***

Comment 17 errata-xmlrpc 2017-08-01 18:21:34 UTC
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://access.redhat.com/errata/RHSA-2017:1950


Note You need to log in before you can comment on or make changes to this bug.