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 1650452 - Backport smbc_setOptionProtocols() function
Summary: Backport smbc_setOptionProtocols() function
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: samba
Version: 7.7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Andreas Schneider
QA Contact: Andrej Dzilský
URL:
Whiteboard:
Depends On:
Blocks: 1619719 1658690 1739116
TreeView+ depends on / blocked
 
Reported: 2018-11-16 08:34 UTC by Ondrej Holy
Modified: 2019-08-08 14:29 UTC (History)
6 users (show)

Fixed In Version: samba-4.9.1-3.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1658690 (view as bug list)
Environment:
Last Closed: 2019-08-06 12:45:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2019:2099 0 None None None 2019-08-06 12:46:08 UTC

Description Ondrej Holy 2018-11-16 08:34:04 UTC
Workgroup browsing over libsmbclient API is broken with smb.conf defaults after RHEL 7.5 update, because "client max protocol" default value has been changed to PROTOCOL_LATEST, but NT1 is mandatory for workgroup functionality:
https://lists.samba.org/archive/samba-technical/2017-May/120768.html

Please backport smbc_setOptionProtocols() function, which allows forcing NT1 for libsmbclient clients:
https://github.com/samba-team/samba/commit/0dae4e2f5c65
https://github.com/samba-team/samba/commit/885435e8a4dc

This is necessary to fix "Windows Network" functionality in GNOME, see:
https://bugzilla.redhat.com/show_bug.cgi?id=1619719
https://gitlab.gnome.org/GNOME/gvfs/commit/6c8bc39f570e

Comment 2 Andreas Schneider 2018-12-12 16:44:15 UTC
Checked again, I think we are safe to update which means the so version gets bumped too.

Comment 5 Ondrej Holy 2019-02-13 16:55:48 UTC
I have tried to build gvfs with samba-4.9.1-1.el7, however gvfs doesn't see the smbc_setOptionProtocols function. It seems that the symbol is not part of the library:

$ wget -q http://download.eng.bos.redhat.com/brewroot/vol/rhel-7/packages/samba/4.9.1/1.el7/x86_64/libsmbclient-4.9.1-1.el7.x86_64.rpm
$ rpm2cpio libsmbclient-4.9.1-1.el7.x86_64.rpm | cpio -idmv 2> /dev/null
$ nm -D usr/lib64/libsmbclient.so.0 | grep smbc_setOption
000000000001b4f0 T smbc_setOptionBrowseMaxLmbCount
000000000001b4c0 T smbc_setOptionCaseSensitive
000000000001b3c0 T smbc_setOptionDebugToStderr
000000000001b580 T smbc_setOptionFallbackAfterKerberos
000000000001b430 T smbc_setOptionFullTimeNames
000000000001b5b0 T smbc_setOptionNoAutoAnonymousLogin
000000000001b530 T smbc_setOptionOneSharePerServer
000000000001b460 T smbc_setOptionOpenShareMode
000000000001b4a0 T smbc_setOptionSmbEncryptionLevel
000000000001b510 T smbc_setOptionUrlEncodeReaddirEntries
000000000001b5e0 T smbc_setOptionUseCCache
000000000001b550 T smbc_setOptionUseKerberos
000000000001b610 T smbc_setOptionUseNTHash
000000000001b480 T smbc_setOptionUserData
$ nm -D usr/lib64/libsmbclient.so.0 | grep smbc_setOptionProtocols
$

Andreas, can you please take a look at?

Comment 6 Andreas Schneider 2019-03-20 17:31:29 UTC
Fixed in new build.

Comment 9 errata-xmlrpc 2019-08-06 12:45:55 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-2019:2099


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